There are 5 steps in a Job. How to bypass the first step
by making use of only COND Parameter and not using any
Restart and IF/THEN/ELSE parameter?
Answer Posted / marekj
Answer #1 is correct.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Explain the function of //cntl statement?
Explain the function of the dd dcb keyword?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is the purpose of the dd keylen 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?
Define concatenating?
How do you submit a job for execution?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What does a disposition of (new,catlg,keep) for a dsn mean?
What are steplib and joblib? What for they are used?
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 does jcl specify the job to the operating system?
What is the function of the dd dcb keyword?
Can we call instream to catalog and catalog to instream?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?