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 difference between array and a multiple occurrence data structure?
What is the symbol used for shifting fields in SDA?
What is the use of L specs in RPG?
what is the command used to invoke rlu ?
how do handle file exception/error?
List and explain the different type of data structures?
How to see active jobs of the system.
What does SDA stands for ?
How do I remove a flag or check no. or name when a user opens too many sessions?
what is a primary file?
which single rpg opcode performs both setll and reade?
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.