Explain concatenating datasets?
Answers were Sorted based on User's Feedback
Answer / prashanthkodakani
concatinating more than one data set in single input file
we can concatinating : 16 pds
255 sds(sequential data set)
recfm,recsize should be same
which data set is highest blksize that's treated as first
| Is This Answer Correct ? | 12 Yes | 4 No |
Answer / guest
Datasets can be grouped in a DD statement one after another,
eg. in a JOBLIB statement where the load module can exist in
one of many datasets.
| Is This Answer Correct ? | 4 Yes | 0 No |
How to execute 300 steps in a Job?
How do you create a temporary dataset? Where will you use them?
what are the statements that are not valid to be included in an include statement?
What is a procedure?
What is the function of //cntl statement?
how can we override data definitions in jcl. can any one give detailed example
Why do you use a control card?
Explain the hierarchy levels in jcl?
what operation is performed by job statement?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
can anyone explain me about sort in jcl with inrec and outrec ?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?