What is the benefit of using Externally Described files
over Internally
Described?
Answer Posted / ankush chaudhary
Defining data files as externally described has several
advantages over program desribed files:
1. If you design the file using database design principles,
externally defined files can reduce the need for
duplication of data across fiels. This kind of duplication
is called redundancy. Because all programs using a given
file use the same field definition and names. Externally
described files impose standardisation among programs and
across applications.
2. Externally described also also increase programmers
efficiency and reduces errors because programmers don't
need to duplicate the file definition effort each time they
need to reference a file within the a program.
3. If it is necessary to add a field to a fiels records or
to change a fields definition, these changes need to made
in only one place (in the externally described file) rather
than in every program that uses that file. THus simplifying
maintenance.
Hope this much difference is suffient :))
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to avoid using indicators in ile ?
Explain this error: "all record formats for externally-described file abcd ignored or dropped due to error; file ignored."?
how to define to define a hidden filed in dspf ?
what is the maximum number of record formats in dspf?
What is the as400 called now?
how can I automatically refresh a web page?
what is the use of data structures?
when is a tag statement used in rpg?
how does union file maintains record formats?
Write a CL program which will run a batch job at 1 am every night
what is the maximum number of subfiles that can specified in a display file ?
what is the purpose of ovrdta and ovrata keywords ?
What is binder language ?
what are the different commands used in rlu ?
the maximum number of subfiles that can defined in a rpg program for one display file is ___ .