Various parts of the JCL statements text are selectable and when selected will open windows offering explanations of the various items, and keywords.

The Sample Procedure - POPGDG

//GDGPROC  PROC G='+1',P=1,S=1,U=SYSDA
//P0010    EXEC PGM=IEBDG
//SYSPRINT DD   SYSOUT=*
//SYSUT2   DD   DSN=&HI..MASTER(&G),DISP=(,CATLG,DELETE),  
//             BLKSIZE=6400,LRECL=80,RECFM=FB,
//             SPACE=(TRK,(&P,&S)),UNIT=&U

Note That the above example assumes that the GDG is being created in a System Managed Storage environment, as no model Data Set Control Block (DSCB) has been provided via the DCB parameter.

Sample Invoking Job Control

//OPSSTU16 JOB  ,'T-R-S',CLASS=A,MSGCLASS=X,REGION=4M,
//             NOTIFY=OPSSTU1
//         JCLLIB ORDER=OPSSTU1.JCL.CNTL
//S0010    EXEC PROC=GDGPROC,HI=OPSSTU1
//SYSIN    DD   *
  DSD OUTPUT=(SYSUT2)
  FD NAME=A,LENGTH=80,FORMAT=AL,ACTION=RP
  CREATE QUANTITY=100,NAME=A
  END

Copyright © KMS-IT Limited 2002, 2003, 2004