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

How can i keyed a flat file in RPGLE

5 Answers   IBM, Wipro,


How to index LF by relative record no (RRN)

1 Answers  


during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.

0 Answers   IBM,


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

3 Answers  


What is file identifier where we can use?

0 Answers  






1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??

2 Answers  


Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks

3 Answers  


Hi, can any one tell me :IN CASE OF SINGLE PAGE FILE HOW WILL I LOAD THE PREVIOUS PAGE WITHOUT THE USE OF SFLCLR INDICATOR ?

3 Answers   IBM,


Can someone tell me tell me what is meant by message wait...?

1 Answers  


do you use message subfiles? What are the necessary keywords required coding a message subfile?

0 Answers   IBM,


why we do STRSRVJOB in batch debugging in as400

1 Answers  


2. Which of the following statement(s) explains the difference(s) between the /INCLUDE and ICOPY directives? a.) No difference, they function the same b.) ACOPY cannot be used as a conditional directive c.) IINCLUDE files cannot contain embedded SQL d.) Nesting /TNCLUDE directives is not allowed

2 Answers   IBM,


Categories