in catalog procedure i have
step1 dd dsn=filea
dd dsn=fileb
dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
Answer / madhavi
Hi We can override the specific files of a step as below.
Procname.step1 dd
dd dsn=file2
dd
We can override leaving blanks in DSN field of other files.
| Is This Answer Correct ? | 24 Yes | 0 No |
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
Explain the function of dd name parameter with a 2 part structure; audit.report?
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
what is the control cards?
Explain about File Tailoring
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
how do you resolve for soc7 error
State the uses of syspring, sysin, sort fields, sum fields and dummy.
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
can a job be submitted through jcl only? is there another way to submit a job?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2