What is the benefit of using Externally Described files
over Internally
Described?
Answer Posted / remya
Internally described file-A flat file is called internally
or program described file.this flat file can be used in any
program but the fields or structure can be described only
within that particular pgm.
externally described file-Any file that has dds entries or
specified structure is called externally described file.
benefit of externally described file is that we can directly
read, write, update, delete the records of file in the
pgm.but in the case of program described files we can do the
above specified file operation only with the help of a data
structure(except read).
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
What Is Default Data Type (if You Define Decimals '0') In Physical File?
How to convert a spool file to PDF file in AS400?
how do you pass parameters in cl?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
Explain this error: "all record formats for externally-described file abcd ignored or dropped due to error; file ignored."?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
What are the mandatory keywords of sub file?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
What is a query can be displayed without saving it?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
what is the maximum number of records you can specify in a display file?
Why we are not able to perform insert delete and update operation in Join logical file?
what is the necessary keyword for non-join logical file?
what does the opcode free do?