I had 100 steps in jcl i want to execute first 10 steps only?
Answer Posted / shivanadri naveen kumar
After 10th step you should give jcl null statement or else
code condition parameter in step11.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is Cataloged Procedures?
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?
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?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
In sms datasets, what is the function of the dd mgmtclas keyword?
Name what parameter directs the output of the job log dataset?
List the various advantages of using jcl language?
How can unused space allocation be returned to the system when a dataset is closed?
what is the purpose of coding class parameter in job statement?
How do you overcome this limitation ?
what is the use of IEBGENER utility?
Is automatic restart possible in jcl?
Define concatenating?
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) ?