Answer Posted / guest
restart = proc step.step
| Is This Answer Correct ? | 8 Yes | 26 No |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job? What are they?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Is automatic restart possible in jcl?
What is catelog procedure and how many catelog procedure to use in one job?
Explain the purpose of dd dummy statement?
Why include statement is used in a jcl?
Which dd parameters are required?
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 function of //jcllib statement?
How jcl work to handle various input output file operations?
How do you access an uncatalogued dataset in a jcl?
What is job control language?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What are the rules employed while naming the steps in a job?
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.