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 / anshuman
you can use the IBM utility EIBEDIT for this n mention step
1 to 5
Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Explain dd statement in jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What are the utility programs in jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How can return codes be tested before execution of a job step?
How can a stopped job be started again?
How do you submit a job for execution?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
in ways data can be passed to a COBOL program from JCL?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What parameter directs the output of the job log dataset?
what is the use of IEBGENER utility?
Is it possible to code instream data in a PROC?
How does jcl act on a cobol code?
Explain how can the submitting users racf authority be overridden in a job stream?