How to search particular records from the database file in rpg?
Answer Posted / mahalakshmi
INFDS(*record)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the key words you must use when using a subfile?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
What is a record lock error?
is this a rpg channel?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
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?
How many program bind in one module....
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
How can we override a file during runtime in rpg?
What is difference between bind by copy and bind by reference?
what is program status data structure?
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?
how does the rpg element work?
can I touch the array during treatments?
what is the difference between do while and do until?