What is difference between fully procedural file and primary file?
Answer / mohan singh meena
In primary file the records will be read and processed from begining to end. This order is not changed. In fully procedural file the records will be read and processed in any order. The logic flow is controlled by the opcodes in RPG program.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of the following C/COPY QRPGSRC, ORDERR
How to know message id (errorid) in msgfile when error is occurred on screen ? WRKMSF will display all error id but i want to know error id based on error msg only?
1 Answers IBM, Ignis Technologies, SSR,
what are various techniques to pass parameters from one program to another?
what is join logical file?
Can an indexed file be accessed in arrival seQuence in RPG program ?
can you have multiple key lists for a single file ?
how many levels are there in a physical file?
write the SQL statement to retrieve the 2nd Highest salary ammount(File Name="EMPLOY",Field Name="SALARY")
6 Answers Bally Technologies, Cognizant, Vertex,
What are the different ways to input data into data area?
which of the cl command can be used to determine which logical files are dependent on a specific file?
how to create physical file
What is logical file in as400? What are the types of logical file?