-
How do you designate a comment in JCL?
The comment statement is //* followed by the comments.
-
-
-
-
-
-
-
Describe the EXEC statement, its meaning, syntax and keywords?
The EXEC statement identifies the program to be executed via a PGM=program name keyword. Its format is //jobname EXEC PGM=program name. The PARM= keyword can be used to pass external values to the executing program.
-
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
TIME specifies the maximum CPU time allocated for a particular job or job step. If TIME is in the JOB card, it relates to the entire job; if in the EXEC statement, it relates to the job step.
-
How do you skip a job and run step 1 and step3 ?
A job has 3 steps by name step1, step2, step3.if i don't want to execute step2, what i have to do.
-
-
-
-
-
-
How to update a particular row in a file using JCL?
Any utilities? Don't want to use any programs.
-
-
-
MCQ Comparison Operators
In what order does the system evaluate comparison operators?
-
Change Dataset Name in PROC
How will you change the dataset name in PROC without altering it?
JCL Interview Questions
Ans