A job has 150 steps i want to execute only 57th step
Answer Posted / karthik
Include following two parameters in job card
restart=step57,COND=(0,LE)
by karthik
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What are s0c1, s0c4, s0c5, s0c7 and socb?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
how JCL works?
what is JCL?
How to pass data to a program that is coded in an exec statement?
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
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?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
what are JCLLIB and STEPLIB in JCL?
How jcl is used for testing batch programs?
what is use of dcb parameter in dd statement?
How can the submitting users racf authority be overridden in a job stream?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Explain how can a jobs execution priority be modified?