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 |
I want to run ls *.csv (sftp command) from CL Program... Can u plz tell me when SFTP command will start running? i.e.which command should I use in CL Program to run ls command?
How can you identify End of file in CLP program?
what is data structure?how many types of data structers?
the maximum number of subfiles that can defined in a rpg program for one display file is ___ .
Difference between NOPASS & OMIT?
What is the difference between /copy and /include in RPGLE?
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
why do we use readc? What is sflnxtchg?
what does vldcmdkey means?
does we use case stmt in cl
What is Data Area?
define subsystem?