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 / kaarthik
USE IEBEDIT utility to just execute the steps you want to
execute in it.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
what is the resolution for sb37 error
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is the function of job statement in jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What do you understand by the term notcat 2 – gs?
Explain the function of the steplib dd statement?
Can we call instream to catalog and catalog to instream?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
For what purpose steplib and joblib are used ?
What are the rules employed while naming the steps in a job?
Explain how can a stopped job be started again?