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 |
Using %check we are checking monika in mona what is output? What is %SCAN?
Q1. How to use signature in service program and ILE.? Q2.what is use of signature and binder language and what is the relation between them?
How to declare the length of emp no in the physilcal file and the mandatory length is 6 i.e. Emp No should be numeric, mandatory and fill all the 6 places
DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN SERVICE PGM...when using binding directory service pgm is necessary?
Can we use OVRDBF command without using of OPNQRYF ? Or can we use OPNQRYF command without using of OVRDBF command ?
What is the purpose of the following C/COPY QRPGSRC, ORDERR
is it possible to create a physical file without dds?
how can you check for a records existence without causing and i/o (chain/read)?
How to create a user defined (general) data area?
How many types of jobs?what is difference between interactive and batch and submited jobs?
pf named karthik 3members jan feb mar cmd must executed create mbr ar ap
i want to display the 10000 record in a subfile by using loadall , can we do it?