Can an indexed file be accessed in arrival seQuence in RPG program ?
How can a data area be locked after being updated?
records can be read/update/deleted with which file?
we have 2 PF files with same name, how to copy data's from one file to another through RPG program logic?
Describe about Query/400?
which indicator is used for read?
I am working in session1 ans session2. In session1 3 jobs are running. In session2 2 jobs are running. How many LDA and temporary files will be created?
how can u check no of records in a file?
how does the runqry show the output?
CAN WE INSERT FIELD IN PHYSICAL FILE BY USING OPNQRYF?
What are the different types of keywords in display files?
What are the valid user defined data area types?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?