-
-
-
-
-
-
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?
-
How to use conditional statement in jcl?
How to use conditional statement in job as well as exec statement.with example?
-
JCL Condition
Hi Friends,
question am going to ask is very simple but suggest me your way of thinking
am having 5 steps, i want to keep cond(condition code) for 4th step, in which the 4th step run only all the above three steps must get abend. If any one of the first 3 steps run successful the step-4 must by-pass.
If any mistakes are there please excuse me.
JCL Interview Questions
Ans