Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the benefit of using Externally Described files
over Internally
Described?

Answers were Sorted based on User's Feedback



What is the benefit of using Externally Described files over Internally Described? ..

Answer / manoj

I think Externally described files can be used in any
program.

Internally described files can only be used within that
internally defined program.

Is This Answer Correct ?    15 Yes 2 No

What is the benefit of using Externally Described files over Internally Described? ..

Answer / narender

Well when you create any data base file( eg PF) using the
STRSEU and save and compile the file you will get the DDS
called Data Description Specification of that file. The
file which have the DDS is called Externally Described file
and it must exists before you use it in any program. The
file for which no DDS exist are called Internally or
Programed described files. These files are defined in the
program itself along with the data fields so it needs some
effort in coding also.

Is This Answer Correct ?    12 Yes 3 No

What is the benefit of using Externally Described files over Internally Described? ..

Answer / 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

What is the benefit of using Externally Described files over Internally Described? ..

Answer / nazi

1. the reusuabaility increases in case of externally
defined files as these can be defined and used in many
programs.

2. a change in the structure of the externally defined file
only causes only the reconpilation of the programs using it
and no other major code change.

Is This Answer Correct ?    5 Yes 1 No

What is the benefit of using Externally Described files over Internally Described? ..

Answer / pramod

prima...never copy and paste ur answers

Is This Answer Correct ?    4 Yes 1 No

What is the benefit of using Externally Described files over Internally Described? ..

Answer / nitin

The database which is created outside the program and
declare in program as Externally described. These are PF,
LF which have DDS and and compiled to create a object.
Externally described files are different from Program
described files whose DDS define within program itself.

Is This Answer Correct ?    4 Yes 3 No

What is the benefit of using Externally Described files over Internally Described? ..

Answer / brian kelly

substantially less coding, consistent field names.
Only need RPG input specs for externally described files if
you are using the cycle with matching records or level
breaks. Even then, you need only specify the fields thata
re involved in the match or the break. No need to describe
output specs for DB files. Can also describe printer files
externally and display files naturally are described
externally in a file object. At compile time, the compiler
sneaks ino the file object and creates input and output
specs from those files that have the RPG "E" switch turned
on in col 19 of RPG/400. Same facility exists in RPGIV in
another column.

Is This Answer Correct ?    1 Yes 0 No

What is the benefit of using Externally Described files over Internally Described? ..

Answer / anand

Externally described files are defined in outside of the pgm
which has specific structure(fields and attributes). So that
you can use in multi program.

Internally described files are defined in inside of the
program or flatfile(fully proc)-without structure.

Is This Answer Correct ?    1 Yes 0 No

What is the benefit of using Externally Described files over Internally Described? ..

Answer / sumithmalli

externally described files means we have to use the already
described files somewhere else with in ur file.internally
described mens we are writing entire code with in our
program

Is This Answer Correct ?    1 Yes 1 No

What is the benefit of using Externally Described files over Internally Described? ..

Answer / nagendra

A FILE IS CREATED WITH FIELD LEVEL DESCRIPTIONS IS KNOWN AS
EXTERNALLY DESCRIBED FILE WHERE IN PROGRAM DESCRIBED FILE WE
WILL ONLY GIVE LENGTH OF THE RECORD EX:FLAT FILE

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More IBM AS400 AllOther Interview Questions

What is the purpose of "A CSRLOC (F1ROW F1COL)"?

1 Answers  


what do we can do with the embedded sql statements?

0 Answers   IBM,


how many printer files maximum can be used in single rpg program?

0 Answers   IBM,


http default port 80 is used by some other production http service. How can I create an http instance on another port to run cgidev2 and my future cgi developments?

0 Answers   IBM,


how can see logical file based on which physical file and vice versa

1 Answers   IBM,


how can I control from my cgis the cache of a remote browser?

0 Answers   IBM,


a program variable coded in an embedded sql statement is referred to as?

1 Answers   IBM,


What is a Library in AS/400?

2 Answers  


where can you specify an indicator in lokup operation?

1 Answers   IBM,


which of the cl command can be used to determine which logical files are dependent on a specific file?

0 Answers   IBM,


1.What is the difference between regular join logical file and non join logical file? 2.what are the nessasary keywords for non join logical file

3 Answers   ANZ,


what are the different types of arrays available in rpg ?

1 Answers   IBM,


Categories