What is the benefit of using Externally Described files
over Internally
Described?
Answer Posted / prima krishnan
Program Described:-
For program-described files, the file name entered in
positions 7 through 14 must also be entered on:
° Input specifications if the file is a primary, secondary,
or full procedural file
° Output specifications or an output calculation operation
line if the file is an output, update, or combined file, or
if the file is an input file and records are also being
added to the file
° Extension specifications if the file is a table, array, or
record address file, or a file processed by a record-address
file
° Calculation specifications if the file name is required
for the operation code specified
° Line counter specifications if the device is a printer and
default values are to be overridden.
Externally Described File
For externally described files, the file name entered in
positions 7 through 14 is the name used to locate the record
descriptions for the file. The following rules apply to
externally described files:
° Input and output specifications for externally described
files are optional. They are required only if you are adding
RPG/400 functions, such as control fields or record
identifying indicators, to the external description retrieved.
° When an external description is retrieved, the record
definition can be referred to by its record format name on
the input, output, or calculation specifications.
° A record format name must be a unique symbolic name.
° A logical file with two record formats of the same name
cannot have the duplicate format names renamed and cannot be
externally described. However, such a file can be accessed
if it is program described.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Can we debug the MSGW JOBS?
define a shared access path?
what opcode will be used to test the zone of a character field?
in conjunction with which statements can orxx and andxx conditions be used ?
what are the two record formats a subfile contain ?
what is term cua , saa?
explain the use of dftwrt display keyword?
how will you find a string using pdm?
what are the important factors in error message subfile ?
what is the purpose of indicators in rpg?
what is subfile?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
how you get the relative record in a subfile in which cursor is located?
What is the maximum number of subfiles that can be specified in a display file?