View previous topic :: View next topic
|
Author |
Message |
harsh.saxena579
New User
Joined: 11 Dec 2017 Posts: 7 Location: India
|
|
|
|
Hi!!
I am trying to send a mail using IEBGENER.
The JCL step is as follows:
//MAIL1 EXEC PGM=IEBGENER
//SYSUT1 DD DSN=PARM.DATASET.NAME,DISP=SHR
//SYSUT2 DD SYSOUT=E,DEST=(N4,R110)
Could you help with DEST in SYSUT2?
When I am giving DEST=SMTP, I am not able to receive mail.
And when i am using R110, then the mail I am receiving is having MIME contents and SMTP commands included as well. |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
We on the forum do not administer the facilities of where you work.
Perhaps you should have words with those at your site that do administer things. Perhaps they also have examples of what works there so that you could build from those. |
|
Back to top |
|
|
sergeyken
Senior Member
Joined: 29 Apr 2008 Posts: 2141 Location: USA
|
|
|
|
harsh.saxena579 wrote: |
Hi!!
I am trying to send a mail using IEBGENER.
The JCL step is as follows:
//MAIL1 EXEC PGM=IEBGENER
//SYSUT1 DD DSN=PARM.DATASET.NAME,DISP=SHR
//SYSUT2 DD SYSOUT=E,DEST=(N4,R110)
Could you help with DEST in SYSUT2?
When I am giving DEST=SMTP, I am not able to receive mail.
And when i am using R110, then the mail I am receiving is having MIME contents and SMTP commands included as well. |
All those parameters, identifiers, and names depend exclusively on the local settings provided by your environment administration.
In my current environment parameter SYSOUT=(B,SMTP) is needed.
At my previous job we had different settings, I even forgot exact values.
No-one at common forums can help you with those issues. Call your helpdesk/administration. |
|
Back to top |
|
|
|