How to execute step2,step1,step3 when step1,2&3 are in order
Answer Posted / sandy
We can execute step3, 1, 2 in order by using the DPRTY.
By setting the execution priority of setplib we can achieve
this.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
which parameter is use to declare the name of dataset in dd statement?
Explain the function of a dd statement?
when does a dataset go uncataloged?
Explain how can a stopped job be started again?
List the various advantages of using jcl language?
Is their any limit for data sets?
How do you access an uncatalogued dataset in a jcl?
When space is allocated for an output dataset, what units can be used?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What are the parameters that are used in creating a gdg?
How can the submitting users racf authority be overridden in a job stream?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is the significance of addrspc parameter in the exec statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?