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 necessary keyword used in a physical file to refer field definitions from the field reference file?

Answer Posted / ravikant kumar

REF which is a file level keyword is necessary to define at file level in a physical file.

The syntax is as follows:

REF(library name/name of the field reference file)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference Between Source Physical File & Physical File?

1133


how to pick up the changed records every time in a subfile after the first change made ?

1885


which of the following operations does not zero the field flda defined as 4,0?

1238


How do you check object lock

876


what is the purpose of dynslt keyword?

1820


can you specify a display file to be used in the following modes input,output, or combined modes ?

1621


what is a query can be run in which mode?

1356


what are the different types of data areas?

1818


Apart from opening of a file do we have any other use of USROPN?

1441


what are necessary keywords to code message subfile?

1822


How to Define a Procedure in RPG?

1800


What is dynslt?

1280


what is the use of data structures?

1182


What is binder language ?

1968


Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP

2416