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 / selva
SORT FIELD=COPY, SKIPREC=200 (OR SOME MORE RECORDS),
STOPAFT=100
will skip first 200 records, the correct option is
SORT FIELD=COPY,STOPAFT=100
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between binary search and sequential search?
How many sections are there in data division in COBOL?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are the different types of condition in cobol and write their forms.
Difference between cobol and cobol-ii?
How to know whether the module is dynamical or statistical?
What is the difference between structured cobol programming and object alternativelyiented cobol?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What are the different data types in cobol?
Difference between array and sub-script ?
What are the different open modes available in cobol?
Have you used comp and comp-3 in your project? And how?
What is the difference between comp and comp-3?
what is search and searchall?what is the diffrence between them?give an best example?