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
What Does 'sr' In Columns 7-8 Of C Specs Mean?
define the rcvf command?
Write a CL program which will run a batch job at 1 am every night
what is a non-join logical file?
how can we run a batch job?
what are indicators?
name few ibm supplied libraries?
What is diff between EVAL & MOVE?
can you display a empty subfile?
how to write *pssr ?
what are the two record formats a subfile contain ?
how can I give more performance to some selected pages?
how can a message from a message file appear as a constant on the screen?
what is xfoot opcode ?
what is match field indicator?