IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Prblem with mail having MIME contents


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
harsh.saxena579

New User


Joined: 11 Dec 2017
Posts: 7
Location: India

PostPosted: Tue Dec 12, 2017 3:48 pm
Reply with quote

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
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Dec 12, 2017 4:01 pm
Reply with quote

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
View user's profile Send private message
sergeyken

Senior Member


Joined: 29 Apr 2008
Posts: 2017
Location: USA

PostPosted: Tue Dec 12, 2017 8:52 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts mail attachment with excel format All Other Mainframe Topics 2
No new posts Conditional step execution based on P... JCL & VSAM 9
No new posts Unable to send mail via CSSMTP to GMA... JCL & VSAM 2
No new posts Unable to send mail with SMTP commands JCL & VSAM 10
No new posts Moving a PS file as body of a mail! JCL & VSAM 4
Search our Forums:

Back to Top