How to pass the temp dataset form one JOB step to another?
Answer Posted / guest
By specifying the DISP as PASS for the temp dataset
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
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 Cataloged Procedures?
What is the syntax of JCL statement?
What is the significance of addrspc parameter in the exec statement?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
what sort card you will use to copy the data from one dataset to another dataset?
which parameter is use to declare the name of dataset in dd statement?
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 are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How can the submitting users racf authority be overridden in a job stream?
Are there any set of rules for the names of the steps used in a job? What are they?
How to pass data to a program that is coded in an exec statement?
Differentiate between the joblib and the steplib statements?
what is the use of IEBGENER utility?