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 |
What is the default value for the number of increment for the physical file?
Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?
what is term cua , saa?
what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.
How many secondary files allowed in a program?
what are the uses of factor1, factor2 and result field for the rpg operation code parm?
An rpg program is processing an openquery file.The file is declared in update mode in F spec.Can we update this file? Please explain?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
In AS/400 projects in Companies whats the meaning of production support team.what production support involves.also what work does development,maintenance involve what are the other teams or processes that are available for as400 project.
0 Answers Adverb Solutions, CSC,
I have SQLRPGLE program in which there are some update statements which executed correctly. there were no errors run time. Once the program gets over, the file was not updated with the new values. What might be the reason?
what does vldcmdkey means?
WHAT IS THE DISPLAY CMD FOR DATAQ, HOW IT CAN BE USED?