I am having one step in my jcl.in that step,i am calling one
proc.In that proc,i have 10 steps.i want to call a particular
step in that proc without writing any new jcl ike iebedit
utility...
Answer Posted / venkat ramana
IN THIS CASE, CODE THE CONDITION PARAMETER ON THE JOB
STATEMENT IN SUCH A WAY THAT IT WILL BYPASS ALL THE STEPS
IN THAT JOB.
COND = (0,LE)
AND FOR WHAT EVER THE STEP YOU WANT EXECUTE, WRITE THE
BELOW COND PARAMETER
COND.STEPNAME (NAME OF THE STEP YOU WANT TO EXECUTE) =
(0,GT)
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What do you understand by the term job time – out and how can you overcome that?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what happens in conversion stage in job processing?
How to pass data to a program that is coded in an exec statement?
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?
Name the statement which can be used to send data to another mvs jes3 node?
How to alter the parameters for the existing gdg?
What is the format of comment statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
how to run batch program without jcl?
Explain how can a stopped job be started again?
what is the resolution for sb37 error
which utility is used to sort a file in jcl?
what JCL Procedures?
which parameter is used to check the syntax of a jcl without executing it?