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
at what level s,o are defined and what they will do?
what is the purpose of ovrdta and ovrata keywords ?
Space & Skip Are Which Level Keywords?
can a indexed file be accessed in arrival sequence in rpg program?
What is the difference between physical file and logical file?
WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)
which of the following operations does not zero the field flda defined as 4,0?
how many printer files maximum can be used in single rpg program?
how do you specify the number of records to roll in a subfile ?
Can level check error occur if we do chgpf?
what are the basic features of seu?
what opcode could be used to test an alphanumeric field for all numeric values?
what is the maximum number of record formats in dspf?
how can a cgi check whether an ifs object is available?
Write a logic program for knowing the repeated number of a vowels in a given program?