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



When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy)...

Answer / kavitha

Yes , One PDS can be empty..

Is This Answer Correct ?    3 Yes 0 No

When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy)...

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

Post New Answer

More JCL Interview Questions

I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?

4 Answers   BirlaSoft, FIS, Wipro,


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?

1 Answers  


Can I send output of job to my remote device careerride123?

0 Answers  


What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?

4 Answers  


i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl

1 Answers  






Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?

5 Answers   Patni,


How is the record format of an output dataset specified?

0 Answers  


Explain how can a jobs execution priority be modified?

0 Answers  


I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero

1 Answers   ABC,


Give the syntax of job specifying jcl statement.

0 Answers  


if we give TIME=0 how many sec that job/step

14 Answers  


What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?

1 Answers   CTS,


Categories