is there any utility for restarting a particular step in jcl reply soon ?
Answer Posted / iceman
Use UCC11RMS Utility if it is available at your site.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do you understand by the term job time – out and how can you overcome that?
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
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 can return codes be tested before execution of a job step?
what operation is performed by job statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
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 JCL Procedures?
How to do automated restart when a job abend?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How can the disposition of sysout datasets be set for an entire jobstream?
Describe the various parameters utilized in the creation of a gdg?
What is the function of dd disp parameter?
what is the purpose of coding notify parameter in job statement?
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.