how we retrieve records without using key field (ex:name)
from Physical File through RPG in as/400?
Answer Posted / ttom
Read the file till EOF and check field values using a
condition in a the loop.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what is data area and how it is used in rpg program ?
what do you mean by an input subfile, what are the keywords required?
What is the difference between copybooks and subprocedures in as400?
what was the robotech rpg?
what is a rpg?
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?
How to call one program from another program in RPG? please help me with the code
How would display prime numbers using CL program?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
what are the key words you must use when using a subfile?
how do I declare a minor?
is this a rpg channel?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?