I have two input SORTIN files and We need to create one
SORTOUT file which contains data of both input files. What
is the SortCard for this?. Suppose the length of the both
files are different, then How we do it? Please reply ASAP
Answer Posted / vikas pujar
Continuation to last answer. If the input files are of VB, even if length vary, files will be merged. The file with Max
RECFM and BLKSIZE will be used for output. But for FB files RECFM should be same.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what is DSN parameter and DISP parameter is used for?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is concatenating?
Which dd parameters are required?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What are the difference between jcl and jes?
What is use of restart and how to use it?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
how can you check if a file is empty using jcl?
which parameter is use to declare the name of dataset in dd statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Explain the function of //cntl statement?
how can the same proc be re-used and called by many jobs?