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


How to read a record from bottom of a file which is
indexed by 'A'.

Answers were Sorted based on User's Feedback



How to read a record from bottom of a file which is indexed by 'A'...

Answer / bm

USE SORTING ie:

SORT file-name1
ON DESCENDING KEY A
USING file-name2
GIVING file-name3

then read file-name3.

This is the nearest I can think of, any other solutions
please..

Is This Answer Correct ?    7 Yes 0 No

How to read a record from bottom of a file which is indexed by 'A'...

Answer / mahesh

we can read a file from bottom using "EXEC CICS READ PREV"
command in COBOL program.

Is This Answer Correct ?    7 Yes 1 No

How to read a record from bottom of a file which is indexed by 'A'...

Answer / guest

It just a cobol program

Is This Answer Correct ?    2 Yes 3 No

How to read a record from bottom of a file which is indexed by 'A'...

Answer / rd

WE can use low valus to execute the file from bottom.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More COBOL Interview Questions

How you can delete a record from a ps file in cobol?

1 Answers  


TYPES OF SORTINGS. which is more prefarable.

2 Answers   Syntel, TCS,


What guidelines should be followed to write a structured Cobol program?

1 Answers  


a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?

4 Answers  


What is COMP SYNC?

3 Answers  


What is the difference between a subscript and an index in a table definition?

3 Answers   TCS,


what r the types of perform statement

4 Answers  


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

0 Answers  


copy 100 records without using ibm utilities

3 Answers  


I have a sequential file. How do I access a record in this sequential file randomly in my program ?

8 Answers   CGI, Xansa,


S9(5)V9(2) occupies how many bytes memory ?

6 Answers   Cap Gemini,


study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level

4 Answers   TCS,


Categories