Please help me explain the JCL code

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
43248523
Member
Posts: 1
Joined: Tue May 03, 2016 11:10 pm

Please help me explain the JCL code

Post by 43248523 » Tue May 03, 2016 11:20 pm

Hello everyone,

Please help me explain the JCL code below step by step:

//S03 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSUT1 DD DSN=HSISMN.ORPW.SASLOG.YEAR16.DATAONE,DISP=SHR
//SYSUT2 DD SYSOUT=*
//SYSIN DD DUMMY


Thank you very much!
George

William Collins
Active Member
Posts: 732
Joined: Thu May 24, 2012 4:07 am

Post by William Collins » Thu May 05, 2016 3:21 pm

Well, there is only one step. It just copies the dataset on SYSUT1 to the dataset on SYSUT2 (which is the spool). Basically it is "printing" the dataset.

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