what are necessary keywords to code message subfile?
where exactly we can use OPNQRYF ?
can you display a empty subfile?
we have 2 PF files with same name, how to copy data's from one file to another through RPG program logic?
how many triggers can be associated with a file?
When would the ALL keyword be used?
How to change file attributes such as size, file wait time, record wait time etc., permanently?
what is the maximum number of files allowed in rpg?
how to toggle between single line and multi - line display of a particular record in a subfile?
write the SQL statement to retrieve the 2nd Highest salary ammount(File Name="EMPLOY",Field Name="SALARY")
6 Answers Bally Technologies, Cognizant, Vertex,
How to read data from *LDA (Local Data Area) in RPGLE program without using IN opcode?
How many Printer Files can Declare in a CL Program?
Suppose you have 3 members in a database file. How to read records from all the members Without using CL (OVRDBF) i.e. it should be handled exclusively in an RPG program?