how can i code cond parameter in procedures ?
i have a jclk calling a proc which has 10 steps i want to execute
from step 5 to step 10 where can i code restrat parameter or
cond parameter for ths
Answer Posted / shaan
If you want to restart from a particular step from a
cataloged procedure, then type RESTART.PROCSTEPNAME.JOBSTEPNAME.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
List the various advantages of using jcl language?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Explain the function of dd disp parameter?
What is the maximum length of a single line of jcl?
how JCL works?
Explain about ISPF/TSO Commands
what are JCLLIB and STEPLIB in JCL?
What is one line to pass PARM from JCL to COBOL?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
how you will the direct the data to spool using sysout option?
in ways data can be passed to a COBOL program from JCL?
Explain how can values be passed from the job stream to an executable program?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?