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 |
Explain the purpose of dd * statement in jcl?
how to set dependancy for jobs?
What is COND=EVEN ?
If job is submitted with typerun = hold then how can we submit the same job?
What is the use of ikjeft1b utility in jcl?
In how ways you can pass the data from Jcl to cobol ?
what is the JCL statement consists of?
Hi, can any one tell about " How do u eliminate the duplicates "
whats SOC7?
hi friends........if u know syntax of IEBEDIT IN JCL
FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
Whats error code s222?