I had 100 steps in jcl i want to execute first 10 steps only?
Answer Posted / srinivas
After 10th step you should give jcl null statement or else
code condition parameter in step11.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is there any command to check wether the ps file is in sorted order?
what is use of dcb parameter in dd statement?
what sort card you will use to copy the data from one dataset to another dataset?
How gdg are concatenated?
how can the same proc be re-used and called by many jobs?
Name what parameter directs the output of the job log dataset?
Can I share my data with other jobs? How?
Explain the purpose of dd dummy statement?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is the syntax of JCL statement?
What are the parameters that are used in creating a gdg?
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?
Explain the job statement in jcl?
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?
how to do automated restart when a job abends?