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 |
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
Need a sql query: retrive all duplicate records in table
can anybody help me that what is the procedure of debugging the service program?
What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?
What will happen if we r using seton lr after return or vice versa.
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
steps involved in debugging and types of debugging modes?
When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR executed?
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
parameters cannot be passed in which one???
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
Mr.Yallamanda Reddy P thanks for your answer sir,can we use test(D) opcode in RPG/400,if yes please help me by eloborating on that answer by writing a sample code for that sir