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 to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how do you reference the variable unblock file formats from cobol programs
How do you define a variable of comp-1 and comp-2?
) how do u code after getting data?
Are you comfortable in cobol or jcl?
What are the different types of condition in cobol and write their forms.
How to remove 2 duplicate records and copy only one using job control language?
Differentiate between structured cobol programming and object-oriented cobol programming.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how can i see junk values in dclgen or in hostvariable of comp ?
what is the use of outrecord?
how do you reference the ksds vsam file formats from cobol programs
What is the difference between external and global variables in COBOL?
What kind of error is trapped by on size error option?
What are the various section in data division and briefly explain them.