ihave ten flatfile in that iwant to concatinate all the
files except file 5,6 into output file by uing jcl?
how to do this? give me detail yntax for tis?
Answer Posted / harsha
In addition to the above provided solutions, if user is
concatenating these files in a PROC then user can provide
the overriding parameter in JCL as
//STEP1 EXEC PROC1
//STEPA.DD1 DD DSN=DSN1,DISP=SHR
// DD DSN=DSN2,DISP=SHR
// DD DSN=DSN3,DISP=SHR
// DD DSN=DSN4,DISP=SHR
// DD DSN=DSN7,DISP=SHR
// DD DSN=DSN8,DISP=SHR
// DD DSN=DSN9,DISP=SHR
// DD DSN=DSN10,DISP=SHR
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain how can a stopped job be started again?
What is the purpose of dd * statement in jcl?
What are steplib and joblib? What for they are used?
What is the difference between the positional and keyword parameters? Give examples.
What are steplib and joblib?
Explain the function of dd disp parameter?
How does jcl specify the job to the operating system?
Explain in DD statement what is the use of DCB parameter?
What is the function of a dd statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How is a type of file defined in the jcl that executes the cobol program?
What are the difference between jcl and jes?
what is the use of IEBGENER utility?