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
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
When is inspect verb is used in cobol?
) what is the difference between AID and HANDLE AID?
Write some characteristics of cobol as means of business language.
Why would you use find and get rather than to obtain?
What are the different rules for performing sort operation?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
i want a program using by if, evaluate , string, unstring, perform, occurs?
example for sub strings ? and refernce modifications whit output pls
What are all the divisions of a COBOL program?
Explain what you understand by passing by value.
What is length is cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?