What is the benefit of using Externally Described files
over Internally
Described?
Answer Posted / kumar vikas
You can check with dspfd(PF) which will show that file is described externally
and dspfd(flatf) which will show that file is not described externally.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to Define a Procedure in RPG?
what would be the effect on the field where reverse image, underline and highlight display attributes are active ?
what is the function of rlu ?
how do you specify page overflow indicator for printer files in rpg?
how do you read data area in an rpg program?
what would be the effect on the field where reverse image, underline and highlight display attributes were active?
what the purpose of ovrdta, ovrata keywords?
What is diff between EVAL & MOVE?
What is the Difference between command attention key and command function key ?
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 do you read changed records backward in subfile?
WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)
define a shared access path?
which indicator is used for read?
what is a keyed physical file?