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


how to display all the members records in a physical file
without using ovrdbf?

Answers were Sorted based on User's Feedback



how to display all the members records in a physical file without using ovrdbf?..

Answer / reecha

The question mean to display the records in particular
members of Physical file ...this can be achieved by
EXTMBR(member name) along with the file in f specs

as it is clearly mentioned that OVrdbf is not allowed ...

....Reecha

Is This Answer Correct ?    11 Yes 2 No

how to display all the members records in a physical file without using ovrdbf?..

Answer / rajesh

using non-join logical file(single format)file we can
display all members records.

Is This Answer Correct ?    8 Yes 0 No

how to display all the members records in a physical file without using ovrdbf?..

Answer / guru

use EXTMBR('*ALL') in file specification.

Regards,
Guru

Is This Answer Correct ?    11 Yes 3 No

how to display all the members records in a physical file without using ovrdbf?..

Answer / suresh

Create Simple Logical File

Is This Answer Correct ?    9 Yes 3 No

how to display all the members records in a physical file without using ovrdbf?..

Answer / srisailam

Hello nutan,
Please mention *all in single quotes

EX:EXTMBR('*ALL')

Is This Answer Correct ?    0 Yes 0 No

how to display all the members records in a physical file without using ovrdbf?..

Answer / surya siram

By using EXTMBR(*ALL) keyword we can able to read the data in physical file for each member sequentially. By using file information data structure, we can able to know which member is reading currently.

Is This Answer Correct ?    0 Yes 0 No

how to display all the members records in a physical file without using ovrdbf?..

Answer / chitta

by using the command dspfd

Is This Answer Correct ?    2 Yes 11 No

how to display all the members records in a physical file without using ovrdbf?..

Answer / amol

If we want to see all records of memebers without using a
OVRDBF ,we use DSPFD command or creating a non join logical
file based on that particular p.f.

Is This Answer Correct ?    0 Yes 12 No

how to display all the members records in a physical file without using ovrdbf?..

Answer / nutan

there is no option as *ALL on extmbr buddy..
plese verify before broadcasting..

Is This Answer Correct ?    0 Yes 13 No

Post New Answer

More RPG400 Interview Questions

i want to perform uniqness on db file bt my db file nt hving key by useing rpgle.

3 Answers   HSBC,


how do u find whether a record is locked or not??

4 Answers   CTS,


How can we search particular records from the database file in RPG. For example, 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?

4 Answers   CTS,


WHAT IS MEANT BY SIGNATURE VAILOTION ERROR

1 Answers   IBM,


I need to generate outfile for object of all the user lib. in the sysmte using cmd DSPOBJD. But this cmd is correcpted in my server,Any body tell me is there any alternative...?

2 Answers  


How to print Superscript / Subscript from RPG400

1 Answers  


suppose i i am changing / updating record of subfile and i want to change the record in reverse order . means i want to change the bottom record first and so on through readc . how i do it please any one explain .

4 Answers   CSC,


How to declare the pull button in AS/400..

0 Answers  


Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?

0 Answers  


what are the types of identifers

2 Answers   IBM,


is this a rpg channel?

0 Answers   IBM,


How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?

8 Answers  


Categories