What is the difference between externally described file and program described file?
Answer / ravi kumar shukla
The field definitions and descriptions are defined out side of the program in a externally describedfile. The field definitions and descriptions are defined in side the program in a program described file.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is a program described file in rpg?
How to declare the length of emp no in the physilcal file and the mandatory length is 6 i.e. Emp No should be numeric, mandatory and fill all the 6 places
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
what are the three types of keywords associated with printer file ?
when do you use f-spec. Continuation line ?
what is the version of os/400 that we have?
define data structure?
can we define multi-dimensional arrays in rpg ?
What is library list ?
What is SAA?
how can we view the entire objects and its types in a pgm?
How to see all members of a file?