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 is use of dsn parameter in dd statement?
which utility is used to sort a file in jcl?
What is the function of the dd mgmtclas keyword in sms datasets?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain in DD statement what is the use of DCB parameter?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what is DD statement is used in JCL?
what is the difference between JES3 and JES2?
a dd statement has 2 types of parameters. Name them?
what is the use of JCL?
Is it possible to left uncode disp? If yes, how?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How is a type of file defined in the jcl that executes the cobol program?
For what purpose steplib and joblib are used ?
Name a few IBM utility programs, and explain its function.