Not able to send mail from jcl

In this Mainframe Forum - You can post your queries on JCL, OS/390 JCL, MVS JCL, z/OS JCL, JES2 & JES3

Moderators: Frank Yaeger, DikDude, Moderator Group

Post Reply
avishekinfy26
Member
Posts: 4
Joined: Tue Apr 20, 2010 1:44 pm

Not able to send mail from jcl

Post by avishekinfy26 » Wed Jun 23, 2010 10:02 am

//RCGOOD IF (RC < 8) THEN
//RCINBALN EXEC PGM=IEBGENER,TIME=
//SYSIN DD DUMMY
//SYSUT1 DD DSN=R1XXX.XXX.XXX(C011WK3D),DISP=SHR // DD DSN=R1XXX.XXX.REPORT.FINAL(+1),DISP=SHR
//SYSUT2 DD SYSOUT=(B,SMTP),RECFM=FB
//SYSPRINT DD SYSOUT=*
//RCGOOD ENDIF

Control card: C011WK3D
HELO SYSA
MAIL FROM:<XXXX@XXX.COM>
RCPT TO:<YYYY@XXX.COM>
DATA
SUBJECT: DAILY REPORT WKAB
MIME-VERSION: 1.0
CONTENT-TYPE: MULTIPART/MIXED;BOUNDARY="BOUNDARY"

--BOUNDARY
CONTENT-TYPE: TEXT/PLAIN; CHARSET=US-ASCII
CONTENT-TRANSFER-ENCODING: 7BIT

ATTACHED TEST DAILY REPORT WKAB.

PLEASE DONOT REPLY TO THIS MAIL.

--BOUNDARY
CONTENT-TYPE: TEXT/PLAIN;NAME=REPORT.TXT;CHARSET=US-ASCII
CONTENT-TRANSFER-ENCODING: 7BIT
CONTENT-DISPOSITION: ATTACHMENT;FILENAME=REPORT.TXT

Please help me out.Mail is not going with attachment.

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Wed Jun 23, 2010 1:52 pm

Regards,
Anuj

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others