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
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 |
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 |
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 |
How I can reread the physical file in CL program once the end of file reached in same CL program.
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.
which program rpg or cl is efficent to update a transaction onto a database file and why ?
What is the OPEN and CLOSE accesspath?
how to retrieve RRN value in RPGLE program
How can you delete records form a file in rpg without using "Delete" OPCODE?
How can i keyed a flat file in RPGLE
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
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.
What is the difference between RPG/400 and RPG4
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?
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