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


Please Help Members By Posting Answers For Below Questions

which parameter is use to declare the name of dataset in dd statement?

971


Explain the function of a dd statement?

867


when does a dataset go uncataloged?

1038


Explain how can a stopped job be started again?

855


List the various advantages of using jcl language?

1122


Is their any limit for data sets?

875


How do you access an uncatalogued dataset in a jcl?

925


When space is allocated for an output dataset, what units can be used?

978


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

2187


What are the parameters that are used in creating a gdg?

943


How can the submitting users racf authority be overridden in a job stream?

983


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

1197


What is the significance of addrspc parameter in the exec statement?

826


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

864


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?

8069