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 / sudeep
I think the answer written by Kavya is not fully correct.It
will cause the sort to stop after first 200 records in the
input file are sorted.But we want the input file to be
sorted completely.and first 200 records to be placed in
output file.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to pass the parameter in parm using linkage section ? (syntax)?
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
What is the function of job statement in jcl?
How do you overcome this limitation ?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Is it possible to code instream data in a PROC?
What is catelog procedure and how many catelog procedure to use in one job?
Differentiate between the joblib and the steplib statements?
Explain the function of the steplib dd statement?
what is DSN parameter and DISP parameter is used for?
When space is allocated for an output dataset, what units can be used?
Is condition checking possible in jcl? If yes, how?
How do you access an uncatalogued dataset in a jcl?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?