Answer Posted / psreddy
RESTART parameter is used in job card to restart the job
from particular step IF THERE IS NO DEPENDENCIES.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the function of dd disp parameter?
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?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Must tape dataset definitions include vol=ser specifications?
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) ?
Is automatic restart possible in jcl? If yes, how?
Explain the function of //jcllib statement?
which parameter is use to declare the name of dataset in dd statement?
Where & How Do You Code Identifier In Jcl?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is the function of the dd mgmtclas keyword in sms datasets?
Which statement is used to identify the private libraries in job?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What does a disposition of (new,catlg,keep) for a dsn mean?