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


Can an indexed file be accessed in arrival sequence in RPG?

Answers were Sorted based on User's Feedback



Can an indexed file be accessed in arrival sequence in RPG?..

Answer / surendra y mudliar

Yes! By not specifying K in Record Address type.

Is This Answer Correct ?    9 Yes 1 No

Can an indexed file be accessed in arrival sequence in RPG?..

Answer / raheem

YES, INDEXED FILE CAN BE ACCESSED IN ARRIVAL SEQUENCE BY
IN F SPEC , WE CAN NOT SPECIFY 'K' ON RECORD ADDRESS TYPE IN A RPG PGM

Is This Answer Correct ?    3 Yes 0 No

Can an indexed file be accessed in arrival sequence in RPG?..

Answer / syam

Yes

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More RPG400 Interview Questions

Can anybody tell me the setps to create .csv file in IFS folder on AS/400. I also need to know how I can send this .csv file to PC in xls sheet.....?

2 Answers  


What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?

2 Answers   CGI, Wipro,


How to sort an array in descending in RPG

3 Answers   Google, TCS,


How do you find out whether a record is present in the physical file without reading the file? for Example Employee No: 100 in an Employee master.How do we find out whther 100 is present in Employee master without reading the file?

11 Answers   Bank Of America, CSC, IBM,


how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.

3 Answers   iGate, Wipro,


Setps to create .csv file on IFS folder in AS/400( V4R3)....?

3 Answers   TCS,


Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?

1 Answers  


Can we found a record existance in a file w/o reading the file?

6 Answers   Traitsys Technologies,


What is the difference between copybooks and subprocedures in as400?

0 Answers  


1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF

5 Answers  


how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.

2 Answers   iGate,


i have a file with the values 10, 20, 30, 40, if am setll with the value 25 then readp, so what it will return?

6 Answers   Mind Tree,


Categories