suppose i have 10 job steps and i want to execute only step
6.How to write?
Answer Posted / manish
code cond=only on first 5 steps, leave step no 6, and from step 7 to step10 code cond=(0,LE)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How would you understand error(execution phase)?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
Explain the function of //cntl statement?
how to run batch program without jcl?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain the function of dd disp parameter?
Explain how can the attributes of one sms dataset be copied to another dataset?
How can the submitting users racf authority be overridden in a job stream?
What is the significance of addrspc parameter in the exec statement?
What are the 2 types of parameters in dd statement?
How to submit a jcl from cics?
What is the use of symbol // in jcl?
how do you code a null statement?
Explain the function of //jcllib statement?
Is it possible to left uncode disp?