Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

If my file contains 100,000 records and job abended at
55,000th records processing then how can i restart job from
that record onward by ignoring that record. I can not edit
the file as file size is big and it is getting browse
substituted?

Answer Posted / neeraj

I think this logic is sufficient to fullfill this req:


// pgm=dfsort
/*
sort fields=copy,skiprec=55000
*/
//srtin dd dsn=orig-file
//sortout dd dsn=newfile

Is This Answer Correct ?    18 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is perform what is varying?

1224


How many bytes S(8) comp field occupy and its maximum value?

2192


What is the compute verb? How is it used?

1188


Why would you use find and get rather than to obtain?

1264


IF I mention stop run in CICS what happens?

2428


what is search and searchall?what is the diffrence between them?give an best example?

6929


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

1301


Write the code implementing the perform … varying.

1122


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1501


What are the various section in data division and briefly explain them.

1253


What is cobol?

1292


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

1209


Whats the difference between search & search ALL?

6666


explain sorting techniques in cobol program?

1246


What is the difference between goback, stop run and exit program in cobol?

1648