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


Can somebody tell me that, Is it possible to read all the
member of PF without OVRDBF?

Answers were Sorted based on User's Feedback



Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?..

Answer / raju

fFile if e disk extfile(File Name) usropn
f extmbr(mbrnam)
d mbrnam s 10
d File Name s 20


file declared as external member in pgm we read the records
from member with out doing ovrdbf.

Is This Answer Correct ?    15 Yes 0 No

Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?..

Answer / swetha p rao

In SQLRPGLE you can do that by creating alias to the
members of the physical file.

Is This Answer Correct ?    6 Yes 0 No

Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?..

Answer / sen

fFile if e disk extmbr(*ALL)

Is This Answer Correct ?    8 Yes 2 No

Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?..

Answer / chirag

Please ignoret the second point written above.

Is This Answer Correct ?    0 Yes 0 No

Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?..

Answer / chirag

1. To use a typical member use the keyword EXTMBR and give
the name of the member.
2. TO use many member of a PF in the progrma use the
keyword INCLUDE and provide all the member names you want
to use.
EX: INCLUDE(record_format_name:record_format_name:...)

Is This Answer Correct ?    0 Yes 2 No

Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?..

Answer / samul

Sen,

thanks for suggestion, but no such option parm (*all) is
avaible for extmbr.

confirm it first.

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More RPG400 Interview Questions

How I can reread the physical file in CL program once the end of file reached in same CL program.

20 Answers   IBM,


I have to change a program. This program is calling a subroutine mor than 100times within it. so will it have any performance issue? if yes than what changes i can make. Thanx for ur valuable answer.

2 Answers  


which program rpg or cl is efficent to update a transaction onto a database file and why ?

0 Answers   IBM,


What is the OPEN and CLOSE accesspath?

3 Answers   CTS,


how to retrieve RRN value in RPGLE program

3 Answers  


How can you delete records form a file in rpg without using "Delete" OPCODE?

7 Answers  


How can i keyed a flat file in RPGLE

5 Answers   IBM, Wipro,


how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?

8 Answers  


if there is pf in two libraries and there is a logical file based on the PF, how to find the pf on which the pf is based.

2 Answers   TCS,


What is the difference between RPG/400 and RPG4

1 Answers   HCL,


what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?

3 Answers  


Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2

2 Answers  


Categories