Tag: mainframe
Questions Related to mainframe
-
//TU00001T JOB (ATUT000,,,,,,,,),TU00001,CLASS=7,MSGCLASS=X
-
//TU00001T JOB (ATUT000),’TU00001’,CLASS=7,MSGCLASS=X
-
//TU00001T JOB TU00001,’(ATUT000)’,CLASS=7,MSGCLASS=X
-
//TU00001T JOB ,(ATUT000),CLASS=7,MSGCLASS=X
-
Multiple OUTPUT statements can be coded for 1 single job step.
-
The OUTPUT statement can be used to control the authorisation of the submitting user,
-
The OUTPUT statement at job level must be coded before the JOB statement.
-
The OUTPUT statement can not override the MSGCLASS parameter on the JOB statement.
-
//DD1 DD DSN=TBISUSR.TU00001.DATA1,DISP=(NEW,KEEP),DSORG=PS,LRECL=80,
-
//DD2 DD DSN=TBISUSR.TU00001.DATA2(MBR1),DISP=(NEW,KEEP),DSORG=PO,
-
//DD3 DD DSN=TBISUSR.TU00001.DATA3(MBR2),DISP=(NEW,KEEP),DSORG=PO,
-
//DD4 DD DSN=TBISUSR.TU00001.DATA4,DISP=(NEW,KEEP),DSORG=PS,
-
MSGCLASS
-
COND
-
MGMTCLAS
-
NOTIFY
-
//DD1 DD DSN=TBISUSR.TU00001.GDG(+1),DISP=(NEW,CATLG),LRECL=80,
-
//DD1 DD DSN=TBISUSR.TU00001.GDG(+1),DISP=SHR
-
//DD1 DD DSN=TBISUSR.TU00001.GDG(8),DISP=(NEW,CATLG),LRECL=80,
-
//DD1 DD DSN=TBISUSR.TU00001.GDG(8),DISP=SHR
-
STEP.RC NE 8
-
ABEND = FALSE
-
STEP.CC = U4038
-
STEP.RUN EQ TRUE
-
... can be used for input, to use both DD entries describing sequential datasets and DD
-
... can be used to write multiple output datasets.
-
... can contain a dummy data set in the input, which will indicate the end of the input.
-
... stored on different device types, can not be used for input.
-
We can override parameters on EXEC statements and add DD statements.
-
We can override, nullify and add parameters on all statements and add DD and/or OUTPUT
-
We can add and override parameters to all statements, but can only nullify parameters
-
We can nullify, override and add parameters to all statements, but can only add DD statements.
-
&GROUP&DIV.&SUBJCRS.&TYPE&NMBR
-
&GROUP&DIV..&SUBJ.CRS.&TYPE&NMBR
-
&GROUP.&DIV..&SUBJ.CRS.&TYPE.&NMBR.
-
&GROUP.&DIV..&SUBJ.CRS..&TYPE.&NMBR.
-
specifies the amount of space required by a step
-
specifies the amount of space required by a job
-
both of the above
-
none of the above