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
How would you understand error(execution phase)?
What is the difference between run mode and addressing mode?
How do you overcome this limitation ?
Are there any set of rules for the names of the steps used in a job? What are they?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How does jcl specify the job to the operating system?
is there any way to execute more than one proc in the same exec statement at the same time..?
how you can direct the data to spool using SYSOUT option?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
Explain the job statement in jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the use of disp parameter?
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?
What is the use of symbol // in jcl?
what operation is performed by job statement?