If you don’t code a MSGLEVEL on the JOB Statement, by default it assumes
MSGLEVEL=(1,1)
MSGLEVEL=(1,0)
MSGLEVEL=(0,1)
MSGLEVEL will not be used
In a Job, one EXEC Statement is a must for each step
True
False
If both a PGM= or a PROC= is not used in a step of a Job then by default it assumes that you are trying to run a
Instream Procedure
System Procedure
Catalogued Procedures
dummy job
The default Load Library on Mainframes is
SYS2.LINKLIB
SYS1.LINKLIB
SYS7.LINKLIB
SYS4.LINKLIB
At a time, upto ____ jobs can read from the dataset if DISP=SHR is used
121
127
255
516
find the Maximum space allocated from the below statement: SPACE=(TRKS,(10,2))
42 Cylinders
42 Tracks
40 Cylinders
40 Tracks
The maximum number of Instream PROCs you can write in a Batch JOB is
16
15
256
//MYPROC PROC //STEP01 EXEC PGM=IEFBR14,TIME=10 //INFILE DD DSN=XXXXXX.XXXX.XX,DISP=SHR //OUTFILE DD DSN=XXXXXX.XXXX.XX,DISP=SHR How to nullify the TIME from the above proc in a Job?
//PROCSTEP EXEC PROC=MYPROC,TIME.STEP01=0
//PROCSTEP EXEC PROC=MYPROC,TIME.STEP01=NULL
//PROCSTEP EXEC PROC=MYPROC,TIME.STEP01=
None of the above
Default value for TIME parameter
256MB
32MB
30MB
set by installation