I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / shivakrishna
we can bypass by giving cond parameters in step from 6 if
we know the cond codes from previous steps.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is NOTCAT ?
Is it possible to define dd statements as you want?
How to pass the parameter in parm using linkage section ? (syntax)?
Is acct parameter mandatory?
Name a few IBM utility programs, and explain its function.
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How do you access an uncatalogued dataset in a jcl?
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 condition checking possible in jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Explain the purpose of the dd keylen parameter?
How jcl work to handle various input output file operations?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the difference between run mode and addressing mode?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.