i have 1000 records in input file and i want to sort it and
the first 200 records to be placed in output file. how to
do that??
Answer Posted / jeeva225
sort fields=copy
outfil files=1,startrec=1,endrec=200
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
what is the use of JCL?
In job processing, what happens in execution stage?
Can I share my data with other jobs? How?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
what is a jcl?
Differentiate between addressing mode and run mode.
Explain the jcl exec statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what are the types of abends that occur on job failure? And explain the possible causes of these
How to alter the parameters for the existing gdg?
I need exexution process for JCL programs
Explain the function of //cntl statement?
how can you check if a file is empty using jcl?
Is their any set of rules for dd? Explain.