Suppose i have a file with 10 recs and i want to skip only the
7 th record and copy the rest into another file. How do i do
it using SORT?
Answer Posted / nishant singhal
SORT FIELDS=COPY
SKIPREC=06
STOPAFT=1
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
What are steplib and joblib? What for they are used?
What is the function of the dd dcb keyword?
What is the function of job statement in jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
what is the resolution for sb37 error
Explain the purpose of dd dummy statement?
What is the use of symbol // in jcl?
Is their any set of rules for dd? Explain.
in ways data can be passed to a COBOL program from JCL?
Explain the function of the steplib dd statement?
What do you understand by the term notcat 2 – gs?
How can return codes be tested before execution of a job step?
Is condition checking possible in jcl? If yes, how?
Explain about LMFREE�free data set from its association with data ID
how do you access an uncataloged dataset in a jcl?