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

Answer Posted / rd

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

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the Purpose of POINTER Phrase in STRING command in COBOL?

1302


For rewrite, why is it mandatory that file needs to be opened?

1152


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

1648


What is the default value(s) for an initialize and what keyword allows for an override of the default?

1267


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

2192


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

1169


What is rmode(24)

1199


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2648


What is length is cobol?

1157


What are the different rules to perform a Search?

1144


What is the difference between external and global variables in COBOL?

1545


What is the difference between structured cobol programming and object alternativelyiented cobol?

1299


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

1266


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

1307


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

6669