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 2 - gs?
Explain how can the submitting users racf authority be overridden in a job stream?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Explain the purpose of dd * statement in jcl?
Brief description of inline procedure of jcl.
What is one line to pass PARM from JCL to COBOL?
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 ?
which utility is used to run a cobol-db2 program?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How to pass data to a program that is coded in an exec statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How do you submit a job for execution?
what is use of space parameter in dd statement?
what are JCLLIB and STEPLIB in JCL?