if a file has 1000 recods how copy the records from 1 to 100
records using sort
Answer Posted / rv rocks
using iceman utility we can copy the 1st 100 records .
//sysin dd *
option copy, stopaft=100
/*
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Are you comfortable in cobol or jcl?
What is comp-1 and comp-2?
How do we get current date from system with century in COBOL?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is length is cobol?
What are the cobol coding sheets?
What are the pertinent COBOL commands?
What is static and dynamic call in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
What are the different rules of SORT operation?
how do you reference the fixed unblock file formats from cobol programs
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 is a scope terminator give example?
Write the code to count the sum of n natural numbers.