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 are the different rules for performing sort operation?
What is redefines clause in COBOL?
Whats the difference between search & search ALL?
Name the sections present in data division.
how can i see junk values in dclgen or in hostvariable of comp ?
What is the difference between external and global variables in COBOL?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What do you understand by psb and acb?
Why would you use find and get rather than to obtain?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How many bytes S(8) comp field occupy and its maximum value?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Discuss about changing dataset name in proc.