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
What is amode(24)?
Which mode is used to operate the sequential file?
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 you get the data to code the BMS macro?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Explain what you understand by passing by value.
) what is the difference between AID and HANDLE AID?
Name the divisions, which are available in a cobol program?
For rewrite, why is it mandatory that file needs to be opened?
What is an in line perform? When would you use it? Anything else you wish to say about it.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Write a cobol program making use of the redefine clause.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How you can characterize tables in cobol?