A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ?
//InputF DD DSN=ID.File1
DSN=ID.File2
DSN=ID.File3
Answer / vipul chougule
Concartinate input data sets
SYSIN DD DSN = file1
DSN = file2
DSN = file3
| Is This Answer Correct ? | 15 Yes | 1 No |
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
what is force complete
What is the format of comment statement?
What are the 4 fields in dd statement?
What is a JCL Command statement ?
jcl is like a complier....?
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???
how to execute the last 5 steps in jcl
What do you understand by jcl?
How can a jobs execution priority be modified?
Name the system library from which modules are retrieved at execution
Explain about RECORDING MODE Clause