How do I link an existing logical file to it's Physical
File without recompiling?
Answers were Sorted based on User's Feedback
How can we call CL program to RPG? How many number of parameter we can pass
wat is meant by hidden field , why it is used?
Hi, Can any body tell me ur experience on this questions? Questions: 1.what is the use of SFLRCDNBR other than subfile page display? 2.Which of the following operation cannot be used in conjuction with a file coded as device type disk?
suppose i i am changing / updating record of subfile and i want to change the record in reverse order . means i want to change the bottom record first and so on through readc . how i do it please any one explain .
where we give the MSGSFL in rpg400?
When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR executed?
How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?
What you have to do in the display file when you are using message subfile?
I want to declare the number of elements of an array dynamically in RPGLE ? Is it possible? If yes, then how do I do it ?
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 do I link an existing logical file to it's Physical File without recompiling?
we are sending data of physical file to screen design and it is showing no record why?