How do I read records from Subfile? what is the purpose of
READC explain with example?
Answer Posted / karthika
READC is an opcode that is applicable only for subfile.
This will read the record that was changed during the last
execution of the program and not all the changed records
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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?
what is the difference between do while and do until?
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?
how do I declare a table or array in rpg iv?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
What are the types of identifiers?
what is data area and how it is used in rpg program ?
How to handle duplicate error handling in RPG?
How can we know running job is batch or interactive?
what is the procedure and explain about real time scenario.
Explain mdt?
what was the robotech rpg?
What is the purpose of record level identifier?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
how do you use commitment control in rpg?