What are the common keyword parameters in both job and exec
statements
Answer Posted / g.naveen
Condition,Time and Region are common keyword parameters in
job and exec statements
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is the syntax of JCL statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Is their any limit for data sets?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Is it possible to left uncode disp?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Explain the function of //jcllib statement?
Is their any set of rules for dd? Explain.
How do you submit a job for execution?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How to execute 2nd and 4th steps among 5 steps in jcl proc?