suppose i have 10 job steps and i want to execute only step
6.How to write?
Answer Posted / aaki
for steps1-5 code cond=(0,LE) and after step06 put a //
(null).It will automatically stop execution when it finds a
null.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
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
whats the diff bw the evaluate also and and?
How to override loadlib?
How gdg are concatenated?
What is the use of symbol // in jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
Why block size is multiple of lrecl in jcl?
I need exexution process for JCL programs
Differentiate between addressing mode and run mode.
State the uses of syspring, sysin, sort fields, sum fields and dummy.
what is the purpose of coding notify parameter in job statement?
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) ?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is use of dcb parameter in dd statement?
What is timing concept in mainframe?