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
What are the types of identifiers?
how can you display specific subfile page on the screen in unequal subfile?
How to declare the pull button in AS/400..
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
How to write record if no field or the field are different in physical file in rpgle ?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
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 do you use commitment control in rpg?
can you debug ile rpg program using isdb?
How to call one program from another program in RPG? please help me with the code
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
is this a rpg channel?
How Chain operation copies the record's data to the input buffer for the program?
how can I tell when to replace the array?