Can an indexed file be accessed in arrival sequence in RPG?
Answers were Sorted based on User's Feedback
Answer / surendra y mudliar
Yes! By not specifying K in Record Address type.
| Is This Answer Correct ? | 9 Yes | 1 No |
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 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.....?
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?
How to sort an array in descending in RPG
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.
Setps to create .csv file on IFS folder in AS/400( V4R3)....?
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?
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?
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
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.
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?