A DD statement has 2 types of parameters. Name them ?
Keyword, Control
Positional, Keyword
Dynamic, Static
Named, Dynamic
How can a job send a status message to a TSO user at the completion of a job ?
STATUS
NOTIFY
ENDMSG
USER
DD DUMMY statement specifies no space allocation & no disposition processing
True
False
What parameters can be used to limit the number of records written to a SYSOUT dataset ?
LIMIT
SIZE
MAX
OUTLIM
OCCURS clause cannot be at the 01 level?
Sign is stored in the last nibble in a COMP-3 Field
What is the mode in which you will OPEN a file for writing?
OUTPUT
INPUT
EXTEND
APPEND
How can unused space allocation be returned to the system when a dataset is closed ?
RETURN
RLSE
CONTIG
CLOSE
What statement marks the end of an in-stream or Catalogued procedure in a JOB?
STREAM
SET
PROC
PEND
What is the maximum length of a single line of JCL ?
71 bytes
60 bytes
55 bytes
80 bytes