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


I have 100 records in a file.. i want to sort the records from
5 to 5o... give the syntax...

Answers were Sorted based on User's Feedback



I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax.....

Answer / seema dawlekar

This can be done in two steps
in the step1 copy the the selective records by giving the
syntax as
skiprec = 4 -
stopaft = 50

this will copy only the selected records, now in the step2
we can perform sort
syntax is
sort fields=(starting position,length,type,A/D)
A--ascending and D--descending order

correct me if I am wrong

Is This Answer Correct ?    17 Yes 0 No

I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax.....

Answer / anand

Follow the workaround below,
1.split the file into 3 files using IDCAMS
file1 1-4
file2 5-50
file3 51-100

2.Sort the mid file file2.

3.Finally merge all the 3 files using concatenation.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More COBOL Interview Questions

COMP-3 field occupy ?

8 Answers  


Can anyone please give the example of Inline Perform.

6 Answers   TCS,


How do u know what version of cobol u are using?

3 Answers  


Explain about different table spaces.

0 Answers  


HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?

2 Answers  


copy 100 records without using ibm utilities

3 Answers  


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

0 Answers  


When is a scope terminator mandatory?

3 Answers  


If we use GO BACK instead of STOP RUN in cobol?

1 Answers   Temenos,


How many maximum number of procedures can we write in one COBOL program?

6 Answers  


Have you code any new programs in COBOL ? What is the functionality of the programs?

2 Answers   Patni, Xansa,


how to transfer the file from pc to mainframe??

3 Answers  


Categories