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...

have in 100 records in a flat file i want to move records
like 1,3,5,7,9,11,.. to Output file1 and
2,4,6,8,10,12,14 .. records moved to Output file2..Pls
Provide real time answer..

Answer Posted / harsha

For ODD records
//JOBNAME
//STEP1 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=INPUT DSN,DISP=SHR
//OUT1 DD DSN=OUTPUT DSN1,DISP=(NEW,CATLG),
// SPACE=(CYL,(5,5)),UNIT=SYSDA
//OUT2 DD DSN=OUTPUT DSN2,DISP=(NEW,CATLG),
// SPACE=(CYL,(5,5)),UNIT=SYSDA
//SYSIN DD *
SORT FIELDS=COPY
OUTFIL FNAMES=OUT1,STARTREC=1,SAMPLE=2
/*
//

For EVEN records
OUTFIL FNAMES=OUT2,STARTREC=2,SAMPLE=2

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

HOw can I get the negative sign while deduct high value from low value

2306


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

2192


How to print 10 to 1 if the input have only 10 digit number?

1308


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

1254


how to convert the recors form vsam file to db2 table tru file aid

3314


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

1219


I have a File that has duplicate records. I need only those records that occur more than thrice.?

10013


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1552


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

2494


What are various search techniques in cobol? Explain.

1113


What is the local-storage section?

1196


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

1264


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

1310


i want a program using by if, evaluate , string, unstring, perform, occurs?

4801


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

1147