if a file has 1000 recods how copy the records from 1 to 100
records using sort
Answer Posted / shazia
We can do by Sort, i.e Use "Stop after 100" command in Sort.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is inspect in cobol ?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How to know whether the module is dynamical or statistical?
Give some examples of command terminators?
What is Pic 9v99 Indicates in COBOL?
Are you comfortable in cobol or jcl?
What the difference is between continue and next sentence?
How do you get the data to code the BMS macro?
What are declaratives and what are their uses in cobol?
What is the difference between PIC 9.99 and PIC9v99?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How do get the result of your program directly on your pc?
Explain what you understand by passing by value.