how we retrieve records without using key field (ex:name)
from Physical File through RPG in as/400?
Answer Posted / ld123q44
The question is how you retrieve records from externally
defined files without using a key.
You can do this by designating the file as a primary file in
the program.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
How to select highest score of each subject or how to select highest income of every month?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
What is difference between bind by copy and bind by reference?
What is file identifier where we can use?
how do I play {insert rpg system here}?
What are the types of identifiers?
How to declare the pull button in AS/400..
Explain mdt?
How to call one program from another program in RPG? please help me with the code
how can I tell when to replace the array?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
can I touch the array during treatments?
How Chain operation copies the record's data to the input buffer for the program?