When concatenating two PDS can any one PDS can have empty
dataset i.e without any value(Dummy).
Answers were Sorted based on User's Feedback
Answer / suman kotha
If you put second file as DUMMY, JOB will execute
successfully.
//SORTIN DD DSN=xx70.YYY..JUN25,
// DISP=SHR
//SORTOF1 DD DSN=Z800.FILE2,
// DISP=(NEW,CATLG,DELETE)
//SORTOF2 DD DUMMY
//SYSIN DD *
SORT FIELDS=COPY
OUTFIL FILES=1
OUTFIL FILES=2
//*
| Is This Answer Correct ? | 3 Yes | 0 No |
how can the same proc be re-used and called by many jobs?
Explain the function of //jcllib statement?
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
what is the restart?hopw it is invoked?
If your job fails at particular step then what would be the return code for next steps
define cond parameter in jcl?
what is “Cond= even” and “Cond=only”?
Is automatic restart possible in jcl?
How much space OS allocates when you create a PS or PDS?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
what is the use of IEBGENER utility?
How do you overcome this limitation ?