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
sorry kavya is right.I haven't red the first part.sorting
the file completely at first.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is the resolution for sb37 error
How to submit jcl through a cobol program?
How to submit a jcl from cics?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what is the JCL statement consists of?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
what is use of space parameter in dd statement?
which utility is used to run a cobol-db2 program?
What do you understand by the term job time – out and how can you overcome that?
When output dataset space is required, what quantity categories are used?
what are the statements that are not valid to be included in an include statement?
What do you know about jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
what is use of disp parameter in dd statement?
What is the significance of addrspc parameter in exec statement?