i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?

Answer Posted / raghu

restart= stepname.proc

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens if both JOBLIB & STEPLIB is specified ?

604


Mention the types of job control statements?

680


How to pass the parameter in parm using linkage section ? (syntax)?

643


How is the record format of an output dataset specified?

741


What is the function of //jcllib statement?

797






what is use of dsn parameter in dd statement?

666


which utility is used to sort a file in jcl?

743


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2050


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?

7593


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) ?

1746


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2214


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

649


How can return codes be tested before execution of a job step?

914


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

791


how do you code a null statement?

768