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 / ananth
srot fields = copy
stopaft=6
next we have to give another step by using disp=(mod,delete,delete)
skiprec=7
stopaft=4
then 7th record gone remainging records into output file.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Are there any set of rules for the names of the steps used in a job? What are they?
what is the purpose of coding class parameter in job statement?
How jcl is used for testing batch programs?
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
Which dd parameters are required?
In sms datasets, what is the function of the dd mgmtclas keyword?
what sort card you will use to copy the data from one dataset to another dataset?
What do you know about jcl?
Describe the various parameters utilized in the creation of a gdg?
Explain in DD statement what is the use of DCB parameter?
what is a jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Explain how can the submitting users racf authority be overridden in a job stream?
In job processing, what happens in execution stage?