What is the benefit of using Externally Described files
over Internally
Described?
Answer Posted / nani
Externally Described files:
---------------------------
File definitions and descriptions defined outside of the programs only.
Internally Described files:
---------------------
this files are also called as program described files.
File definitions and descriptions defined inside of the program only.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?
How to reverse the string in rpg
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
what are the different opcodes available in rpg for database access ?
at what level s,o are defined and what they will do?
what is the use of sflend keyword?
distinguish between terminating a program through seton lr and return?
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
Difference between NOPASS & OMIT?
what does vldcmdkey means?
what are the different types of data areas?
maximum number of subfiles that can be active for a single file is?
what do we can do with the embedded sql statements?
explain the purpose of keep and assume keywords?
To Add A File To The 'file Selection' Option Of A Query, The Function Key To Be Pressed Is?