can we perform CHAIN operation on Subfile record format....?
Answer Posted / rosh
Yes, we can chain the subfile by using RRN number to
subfile record format.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain mdt?
what is *place and *auto keyword in prtf ?plz explain
how do I declare a minor?
what is a rpg?
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?
how do I play {insert rpg system here}?
what is program status data structure?
How Chain operation copies the record's data to the input buffer for the program?
how do I declare a table or array in rpg iv?
what do you mean by an input subfile, what are the keywords required?
How to declare the pull button in AS/400..
What is difference between bind by copy and bind by reference?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
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.
What is a record lock error?