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
What is one line to pass PARM from JCL to COBOL?
Is it possible to define dd statements as you want?
In sms datasets, what is the function of the dd mgmtclas keyword?
How to submit jcl through a cobol program?
Is automatic restart possible in jcl?
What is the function of the dd dcb keyword?
Does jcl support automatic restart?
Explain about LMFREE�free data set from its association with data ID
What is the use of symbol // in jcl?
what is use of dcb parameter in dd statement?
in ways data can be passed to a COBOL program from JCL?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Is acct parameter mandatory?
what are the various stages of job processing?