How can we override a file during runtime in RPG? Without
using OVRDBF or calling a CL program
do you use message subfiles? What are the necessary keywords required coding a message subfile?
How we will read call stack?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
is this a rpg channel?
How can you delete records form a file in rpg without using "Delete" OPCODE?
1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF
Are all these RPG/400 Interviewed Questions being asked recently? are current?
HOW TO DELETE THE RECORD FROM MASTER FILE WHICH IS LINK BY ANOTHER TRASATION FILE WITH REFERTIAL INTYGRITY?
In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?
1.String operatio such as moving the characters to the variables? 2.what are the building functions for check file longs? 3.which of the following methods will make externally describe file fields available to a program? A: A/copy statement that specifies the library file and member of the field reference file source code B: A data structure definition specification that names the file on the EXTNAME keyword C: A data structure definition specification that names the file on the IMPORT keyword? D: A Definition specification for each desired field with the REFFLD keyword
what is the rpg system?
how to check on which PF , the LF is dependant ?