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 the 2 types of parameters in dd statement?
How do you overcome this limitation ?
Which dd parameters are required?
how can you check if a file is empty using jcl?
what is “Cond= even” and “Cond=only”?
how you can direct the data to spool using SYSOUT option?
What are the parameter we cannot use in procedure?
which parameter is used to check the syntax of a jcl without executing it?
What is the syntax of JCL statement?
How does jcl specify the job to the operating system?
What do you understand by the terms: joblib and steplib?
Mention the types of job control statements?
How can an in-stream dataset be terminated?
what are the various stages of job processing?
How dummy is used in jcl?