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 |
1. I have2 records in a PF. READ PF DO DSPLY EMPNO RETRN DSPLY EMPNO ENDDO What was the output 2. SETON LR vs RETURN 3. Primary File 4. How to delete a deleted spaces 5. How to read a PF in reverse order in CL 6. I have a object in Lib A, B and C. But it shows in D Lib..Why? 7.
i 'm new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area. I know only that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently changing values or datas.thats all i know about data area can any one tell me how local data area and user defined data area are used to pass data between jobs with a example or coding.thanks in advance.
what is file information data structure?
Setps to create .csv file on IFS folder in AS/400( V4R3)....?
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
How can you delete a record from a file in RPG without using DELETE oppcode?
Have a join logical file with more than one members with different record formats. So how can we read the different members from this file and also how we can read the different record format from the join logical?
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.
in which journalling which attributes are necessary??/
What are different ways to pass data between programs and which one is the efficient way?
How can we call CL program to RPG? How many number of parameter we can pass
list down and describe the sub systems vailable