What is primary file? How many primary file can be declared
in a RPG program?
Answers were Sorted based on User's Feedback
Answer / samul
When Primary file is declare ,it will process and read as
per the RPG logic lcycle.
We can declare only one primary file in program.
Cheers ....
| Is This Answer Correct ? | 29 Yes | 2 No |
Answer / kar4u
Primary file concept comes from JOIN LOGICAL FILE..
In JOIN LOGICAL FILE in JFILE(pf1,pf2,pf3)
in that pf list which file you write FIRST is called Primary file..
we can use only one PRIMARY FILE in rpg program
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / chinnu
We can use only one Primary File in a program.
When a primary file is declared, it wont follw RPG Logic
Cycle.It will be a stepwise execution from beginning to end.
| Is This Answer Correct ? | 4 Yes | 7 No |
distinguish between terminating a program through seton lr and return?
What is the function of DSPATR (display attributes) keyword?
how to run other job when one job is active?
Please give me the code for A=A+1 in cl program?
can I copy content of Physican file in some source Member of type TXT? Thanx..
what are the different types of variables available in cl?
What is the maximum number of key fields allowed defining in a physical file?
What is a query can be displayed without saving it?
What is the purpose of OVRATA keyword ?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
how can a message from a message file appear as a constant on the screen?
what does the ovrdbf command do?