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
which parameter is use to declare the name of dataset in dd statement?
what operation is performed by job statement?
How can a fb file convert to vb file using sort program?
Define concatenating?
what are the statements that are not valid to be included in an include statement?
Describe the various parameters utilized in the creation of a gdg?
What is the function of the dd dcb keyword?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What are steplib and joblib?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Where can program checkpoints be stored for use in a restart?
How can the submitting users racf authority be overridden in a job stream?
What is Cataloged Procedures?
what is the purpose of coding class parameter in job statement?
What is multithreading in jcl?