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 / arul anand.a
SORT FIELD=COPY,
SKIPREC=0 ( skip 0 records)
STOPAFT=100 (stop after 100 records).
so it will copy only first 100 records.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
what is the difference between COBOL2 AND COBOL390?
What is the utilization of copybook in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
what are decleratives in cobol?
What are the different rules to perform a Search?
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
In which area will you utilize 88 level items in cobol?
How do you reference the fixed block file formats from cobol programs
What are the pertinent COBOL
how to convert the recors form vsam file to db2 table tru file aid
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How do we get current date from system with century in COBOL?
What is cobol?
Write the code to count the sum of n natural numbers.
What is the difference between structured cobol programming and object alternativelyiented cobol?