When concatenating two PDS can any one PDS can have empty
dataset i.e without any value(Dummy).
Answer Posted / 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 |
Post New Answer View All Answers
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How to submit a jcl from cics?
What is the function of dd name parameter with a 2 part structure; audit.report?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is the difference between the positional and keyword parameters? Give examples.
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
In sms datasets, what is the function of the dd avgrec keyword?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How can the disposition of sysout datasets be set for an entire jobstream?
which parameter is use to declare the name of dataset in dd statement?
what is DD statement is used in JCL?
Why include statement is used in a jcl?
List the different components of jcl statement?
Give the syntax of job specifying jcl statement.
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?