JCL - 3 Flashcards
The purpose of the EXEC statement is
Used to specify which program or procedure an individual job step executes
Tells the system how to process the job step
A&B
None are correct
A&B
Is a DDName required in JCL?
True
False
False
What is the function of DD name parameter with a 2 part structure; Audit.Report?
Override the Audit DD statement in the report
Override the Report DD statement in the Audit procedure
Concatenate a dataset onto a DD statement in a called module
Delete the Audit DD statement in the Report
Override the Report DD statement in the Audit procedure
A DD statement has 2 types of parameters. Name them.
Positional, Keyword
Keyword, Control
Dynamic, Static
Named, Dynamic
Positional, Keyword
How would you code a DISP parameter if the file was new, you didn’t want to keep it when it didn’t run successfully, but wanted to keep it when it did end successfully?
DISP=(NEW,CATLG,DELETE)
DISP=(NEW,DELETE,CATLG)
DISP=(SHR,KEEP,KEEP)
DISP=(OLD,CATLG,CATLG
DISP=(NEW,CATLG,DELETE)
What is an example of an IBM utility that can create a zero return code?
IDCAMS
IEFBR14
IEBGENER
None are correct
IEFBR14
The UNIT parameter on the DD statement shows what type of storage (i.e., CART, PERMDA, SAVDA, SYSDA)?
True
False
True
What parameter is use to show the file name?
DSN=
Datafile=
DS=
None are correct
DSN=
How is the record format of an output dataset specified?
RECORG parameter
STORCLAS parameter
RECFM parameter
None are correct
RECFM parameter
Many JCL statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Linkage variables
Parameters
Control libraries
Includes
Parameters