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 use of sflend keyword?
What is file information data structure(infds) in as400?
How many record formats can you have in a Physical file and in a Logical file ?
what is the syntax for plist?
how do handle file exception/error?
what is the maximum number of subroutines allowed in rpg?
How to debug a batch job when it is in messagewait(mswg) status. I know the steps for batch ebugging, but im confusing with when we submit any job for batch debug we put in held state. So here also do same thing or any other way?
What are the different types of access paths maintained on the file?
which type of object is used in db2/400?
What is the purpose of reorganizing the physical file i.e. , RGZPFM?
which are the member types which seu supports?
how will you find a string using pdm?