How to execute step2,step1, step3 if step1,2,3 are in order
Answer Posted / sundar
Not possible
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What are the 2 types of parameters in dd 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 can a jobs execution priority be modified?
How do you submit a job for execution?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what is “Cond= even” and “Cond=only”?
How can unused space allocation be returned to the system when a dataset is closed?
How can the attributes of one sms dataset be copied to another dataset?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Explain the job statement in jcl?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
what are the statements that are not valid to be included in an include statement?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Differentiate between the joblib and the steplib statements?
How can return codes be tested before execution of a job step?