Which library will have the load modules of the IBM utilities?
SYS1.LINKLIB
SYS1.SOTREPROC
SYS1.CATPROC
SYS1.PROCLIB
What is keyword to make the job run for an unlimited time.
TIME=(14,39)
TIME=NOLIMIT
TIME=UNLIMIT
TIME=MAXIMUM
Which one of the following is used to print the dump of the abended job in an unformatted way?
SYSOUT
SYSABEND
SYSUDUMP
SYSMDUMP
Which one of the following keyword a PROC cannot have?
EXEC
JOBLIB
SYSPRINT
What should be the DD name if we use the IBM utility IEBGENER?
SYSUT1
SYSIN
DD1
What is the default value for MSGLEVEL keyword?
MSGLEVEL=(1,0)
MSGLEVEL=(0,1)
MSGLEVEL=(1,1)
MSGLEVEL=(2,1)
What is program used to compile the COBOL program?
IGYWCL
IEWL
IEBCOMPILE
IGYCRCTL
What is the maximum number of DD stmt a step can have?
100
15
300
255
STEP1 EXEC PGM=P1 STEP2 EXEC PGM=P2,COND=EVEN STEP3 EXEC PGM=P3,COND=((8,LE,STEP1),ONLY) If the condition code of the step1 is 4 and the step2 was abended then which statement is correct.
step1, step2 and step3 will execute
only step1 and step3 will execute
only step1 and step2 will execute
only step1 will execute
If DISP=(,CATLG) which is the correct one?
DISP=NEW,CATLG,CATLG
DISP=OLD,DELETE,CATLG
DISP=NEW,CATLG,DELETE
DISP=OLD,CATLG,CATLG