Can we have a Physical file without any member ? Please let
me know
Answer Posted / samul
Yes, we can have PF without member.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
do you use message subfiles? What are the necessary keywords required coding a message subfile?
How to call one program from another program in RPG? please help me with the code
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 play {insert rpg system here}?
How to write record if no field or the field are different in physical file in rpgle ?
What is file identifier where we can use?
What is a record lock error?
what is an online rpg?
what is the difference between do while and do until?
What is the difference between iter and do?
what was the robotech rpg?
How to handle duplicate error handling in RPG?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what is the necessary keyword needed to scroll subfile records?
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.