Hi, all
Suppose i have 10 step in a job (s1,s2,s3,...s10)
i want to execute step9 first and then step3
and i used the DPRTY for these steps. so what will happen
to other steps? Will the get executed or only these two
steps get executed?
Answer Posted / priya
for ten steps we give prt num to each step depending on our
requirement.after executing step 9 and step3 remaining
depending to the prty num they execute
| Is This Answer Correct ? | 1 Yes | 0 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
Can an individual step be restricted from using all the jobs allowed cpu time?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
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
How can values be passed from the job stream to an executable program?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What statement can be used to send data to another mvs jes3 node?
Can we call instream to catalog and catalog to instream?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
how do you access an uncataloged dataset in a jcl?
Why block size is multiple of lrecl in jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How dummy is used in jcl?
List the various advantages of using jcl language?