In JCL, what is the primary purpose of the COND parameter?
- To allocate resources
- To conditionally execute
- To define job execution
- To specify job priority
The primary purpose of the COND parameter in JCL is to conditionally execute a job step
What is the primary function of the EXEC statement in JCL?
- To allocate resources
- To define a new job
- To define a new step
- To specify the program to execute
The EXEC statement is used to specify the program to be executed
In JCL, what is the purpose of specifying time and date parameters for a job?
- To allocate resources
- To control execution time
- To define a new job
- To specify the job name
Specifying time and date parameters in JCL is used to control the execution time of the job
What is the primary purpose of handling job dependencies in JCL?
- To allocate resources
- To control the execution order
- To define input parameters
- To define job name
Handling job dependencies in JCL is primarily for controlling execution order
What is the primary purpose of the JOB statement in JCL?
- To allocate resources
- To define a new job
- To execute a program
- To specify the job name
The JOB statement is used to define a new job and provides information about the job
In JCL, what is the purpose of the EXEC statement?
- To allocate resources
- To define a new job
- To execute a program
- To specify the job name
The EXEC statement is used to specify the program to be executed
What is the purpose of data set de-allocation in JCL?
- To allocate resources
- To define a new job
- To free up resources
- To run a program
De-allocation frees up resources previously allocated to a dataset
In JCL, what is the primary purpose of defining a Data Set Name (DSN)?
- To allocate resources
- To define a new job
- To identify and locate a dataset
- To specify the job name
Defining a DSN helps identify and locate a dataset in JCL
When is the SET statement typically used in a JCL job?
- To allocate resources
- To define a new job
- To set symbolic parameters
- To specify program execution
The SET statement is used to set symbolic parameters in JCL
What is the purpose of job dependency in JCL?
- To allocate resources
- To define the execution order
- To set the job name
- To specify the job's priority
Job dependency in JCL is used to define the execution order