suppose i have 10 job steps and i want to execute only step
6.How to write?
Answer Posted / ranjith
Use Restart=step6 in job card and at the end of step6 use //
(null statement).
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what is use of disp parameter in dd statement?
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) ?
What is the purpose of the dd keylen parameter?
What is the purpose of dd?
what is “Cond= even” and “Cond=only”?
What is condition checking in jcl? Is this possible?
what is the resolution for sb37 error
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?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
For what purpose steplib and joblib are used ?
How can the submitting users racf authority be overridden in a job stream?
How can the disposition of sysout datasets be set for an entire jobstream?
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?
What parameter directs the output of the job log dataset?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?