What happens if both JOBLIB and STEPLIB is Specified?
STEPLIB is ignored.
JOBLIB is ignored.
JOB Abends.
None of the above.
In RM database status code 02 means
Account cancelled for collection
Account being cancelled for inactivity
Account cancelled and transferred to another account number
Card cancelled due to death
Why Occurs cannot be used in 01 level?
Because, Occurs is used to repeat records.
Occurs is used to repeat fields with same format and not the records.
Only occurs with INDEX can be used in 01 level.
What is JES
Job Entry system
JCL entry system
JCL control system
Return code of 4 is
Jcl error
Jcl warnings
Synatx error
What is SMS
Space management system
Storage Management system
System Management subsystem
None of the above
DISP=(NEW,,KEEP) - what will happen if the job goes fine?
CATLG - Dataset will be cataloged
DELETE - Dataset should be deleted
PASS - Dataset might be passed subsequent job step in the same job
KEEP - Dataset will be retained
//INFILE DD DSN=&&TEMP,(NEW,PASS,) Here Temp is an temporary dataset which will be
deleted at the end of the job
deleted at the end of the step
deleted when end of file is reached
either 2 or 3
If * used with SYSOUT (SYSOUT=*) parameter, then where thw displays, JCL statements and messages will be printed.
Spool
The class assigned to MSGCLASS parameter will be used to SYSOUT.
The class assigned to CLASS parameter will be used to SYSOUT.
If JCLLIB is not mentioned in the JCL, then in which library it will do a search?
SYS.PROCLIB
SYS1.PROCLIB1
SYS.PROCLIB1
SYS1.PROCLIB