Answer Posted / guest
IF WE WANT TO RESTART THE PARTICULAR STEP WE CAN USE
RESTART PARAMETER AND SYNTAX IS RESTART=STEP NAME.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How can an in-stream dataset be terminated?
How dummy is used in jcl?
List in order the hierarchical levels of jcl?
I need exexution process for JCL programs
What is timing concept in mainframe?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is the maximum length of a single line of jcl?
how would you create a temporary dataset? And where will you use them?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Is automatic restart possible in jcl? If yes, how?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
how do you access an uncataloged dataset in a jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is the JCL statement consists of?
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