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...

Q. HOw can read multimember file through RPG/400 and CL/400
Actully i know that we can Read multimember file in RPG
through EXEFILE and EXEMBR and in cl through OVRDBF and
MEMBER(3)....But i want to read 3 members by CL Program And
RPG/400 program.Please write the coding(Program) for both
RPG/400 and CL/400 programs?
2.What are the full forms(stands) of EXEFILE and EXEMBR?

Answer Posted / abhishek bajpai

To read a multi member file.. u only need EXTMBR.
EXTFILE is used so that the name of the file is verified at
runtime and not at compile time. It is also used so that
the program opens the file from a desired library only (by
giving qualified name of the file as the parameter) and
not from the library list as usual.

To read the 3 members of a file..u must know the name of
the 3 members. On the F spec define the file with
EXTMBR(VAR1) USROPN
where Var1 is a variable. Before opening the file populate
Var1 with the member name in caps. And read the file.
In CL use OVRDBF as usual with the member name.

Is This Answer Correct ?    24 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is a keyed physical file?

1909


what does the opcode free do?

2033


explain the use of dftwrt display keyword?

1834


how can I start a page in a new window?

1276


how can I predict the performance of my cgis?

1163


Using %check we are checking monika in mona what is output? What is %SCAN?

1775


what is the purpose of ovrdta and ovrata keywords ?

1580


what opcode will be used to test the zone of a character field?

1843


is it there an easy way to determine if an html section is available to issue a wrtsection upon?

1024


What Is The Error If We Don't Get Login Screen?

1108


what is the difference between normal upddta to pf and updating using dfu program?

1397


what is the necessary keyword for non-join logical file?

1888


which are the member types which seu supports?

1399


how to define to define a hidden filed in dspf ?

1406


what are the limitations of cl (compare to rpg) ?

2388