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

i have a file with the values 10, 20, 30, 40, if am setll with the value 25 then readp, so what it will return?

6 Answers   Mind Tree,


Difference between creating a report using Printer file and WRKQRY(Query Report) ?

3 Answers  


what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????

1 Answers   CTS,


what is meant by record lock.how records are locked.what is the purpose of record lock.if records are locked what happens.how to find out which record is locked.

4 Answers   HCL,


How would display prime numbers using CL program?

0 Answers   Hexaware,






WHAT IS MONMSG IDENTIFIER FOR STRTCPFTP command IN cl (as/400)?

3 Answers  


Interviewer asked me write down DDS for load all subfile .can anybody write dds

0 Answers  


1)how to do date validation in rpg? 2)how to delete dUPLICATE RECORDS?

12 Answers   IBM, Opus,


suppose if we want to update the data in cl what we will do?

9 Answers  


What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?

10 Answers  


How to index LF by relative record no (RRN)

1 Answers  


What would be the effect on the field where reverse image, underline and high intensity?

7 Answers   IBM,


Categories