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

Need a sql query: retrieve all duplicate records in table?

1 Answers  


what is plat file?

6 Answers   Indian Infotech,


Suppose in CL we reach at end of file and again we have to reach from 1 record

3 Answers   TCS,


Need a sql query: retrive all duplicate records in table

3 Answers  


WHAT IS MEANT BY SIGNATURE VAILOTION ERROR

1 Answers   IBM,


WHAT IS MENT BY RECORD LEVEL IDENTIFIER ? WHAT IS THE PURPOSE OF THIS?

1 Answers  


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

8 Answers  


wat is the difference between array and multiple occurence data structure?

4 Answers   Four soft,


1. If my rpg program has a date field, What extra care I have to take while compiling that RPG program? 2. If the file is keyed and I have declared the file as well as Key list properly in my program. Still am getting an error message like "Chain/reade operation is not allowed" What may be the case?

6 Answers   Virtusa,


how can we know running job is batch or intractive ? i need all the possibilites.........plz help me

3 Answers   HSBC, IBM,


How do you find whether a job is a batch job or interactive?

4 Answers  


suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG

3 Answers   TCS,


Categories