-
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. -
-
-
-
What are the kinds of job control statements?
The JOB, EXEC and DD statement.
-
What is the meaning of keyword in JCL? What is its opposite?
A keyword in a JCL statement may appear in different places and is recognized by its name, eg. MSGCLASS in the JOB statement. The opposite is positional words, where their meaning is based on their position in the statement, eg. in the DISP keyword the =(NEW,CATLG,DELETE) meanings are based on first, second and third position.
-
Explain concatenating datasets?
Datasets can be grouped in a DD statement one after another, eg. in a JOBLIB statement where the load module can exist in one of many datasets.
-
How do you designate a comment in JCL?
The comment statement is //* followed by the comments.
-
-
-
-
-
-
What is the difference between a symbolic and an override in executing a PROC?
A symbolic is a PROC placeholder; the value for the symbolic is supplied when the PROC is invoked, eg. &symbol=value. An override replaces the PROC's statement with another one; it substitutes for the entire statement.
JCL Interview Questions
Ans