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
What is the function of the steplib dd statement?
What dd statement is used to supply the name of a dataset?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What are the rules employed while naming the steps in a job?
Explain how can a stopped job be started again?
What is the use of symbol // in jcl?
What is the function of //jcllib statement?
how you will the direct the data to spool using sysout option?
How can the submitting users racf authority be overridden in a job stream?
What is the significance of addrspc parameter in the exec statement?
What statement can be used to send data to another mvs jes3 node?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
how to do automated restart when a job abends?
what is JCL?
What is one line to pass PARM from JCL to COBOL?