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


what are the steps to sort in a cobol program?

Answers were Sorted based on User's Feedback



what are the steps to sort in a cobol program?..

Answer / snehatechm

sort file-1 on ascending/descending key using file-2 giving
file-3

file-1 is the work file and it should be defined in SD
file-2 is the input file and it should be defined in FD
file-3 is the output file and it should be in FD.

Is This Answer Correct ?    15 Yes 0 No

what are the steps to sort in a cobol program?..

Answer / vaneesh

SORT WORK-FILE ON
ASCENDING KEY AS WS-KEY1
DESCENDING KEY WS-KEY2
USING INPUT-FILE GIVING OUTPUT-FILE.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More COBOL Interview Questions

01 a pic s9(5) occupies how many bytes ?

9 Answers   Wipro,


Explain call by context by comparing it to other calls.

1 Answers  


comp-3 field occupy?

5 Answers  


How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?

6 Answers  


How do u write test cases?

0 Answers   IBM,


how to change picture class of copy book variable inside program?

2 Answers  


Explain about level numbers?

3 Answers  


How do you get the data to code the BMS macro?

0 Answers   IBM,


How to know whether the module is dynamical or statistical?

0 Answers  


write a program to eliminate duplicate records in a input file and send them to output file.

2 Answers   IBM,


WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?

3 Answers   TCS,


what is the use of filler in cobol programing?

4 Answers   MAT,


Categories