i want to use only first 100 records from a file.plz tell
me how to write JCL for this(for read,copy,write
operations).plz give me details of all posible JCL
utilities?
Answer Posted / khbnaidu
Using SORT you can do this...
SORT FIELD=COPY, SKIPREC=200 (OR SOME MORE RECORDS),
STOPAFT=100
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
What rules are to be followed while using the corresponding options?
IF I mention stop run in CICS what happens?
What is a report item?
) what is the difference between AID and HANDLE AID?
How arrays can be defined in COBOL?
Which division and paragraphs are mandatory for a COBOL program?
How you can characterize tables in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
For rewrite, why is it mandatory that file needs to be opened?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How can you get the ksds file records into your cobol program?
how do you reference the esds vsam file formats from cobol programs
How do you reference the following file formats from cobol programs?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What are all the divisions of a COBOL program?