What is primary file? How many primary file can be declared
in a RPG program?
Answer Posted / 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 |
Post New Answer View All Answers
what are the different opcodes available in rpg for database access ?
when are the referential constraints executed?
What is %CHECK?
what is the length of a variable in rpg?
In Which Specs Arrays, Tables & Constants Are Defined?
what is the favicon.ico request that my site receives now and then?
What is file access opcodes?
How do you check object lock
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
How can we arrange duplicate records in a file?
how to toggle between single line and multi - line display of a particular record in a subfile?
how do you use exceptional write in c specs?
how will you display a particular page in subfile ?
what does check opcode is used?
what opcode could be used to test an alphanumeric field for all numeric values?