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 |
how can i retrieve the field name from display file at run time? Devendra Singh Tomar
What is ment by record level identifier?
How to read a record from file where there is multiple record occurrence is available?
What is a record lock error?
1.The questions have given an array declaration and move operation then this statement is correct or not?
are there any useful c runtime apis that I can call from rpg iv?
Have a join logical file with more than one members with different record formats. So how can we read the different members from this file and also how we can read the different record format from the join logical?
what are the array operations?
I want to add 10 days in current date. how it is possible in CL program...?
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
can we use cl programming to update or delete physical files
How can we receive values from a called procedure in CL?