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.Where we declare Variables in RPG/400,RPGIV,RPGILE.? 2.When do we use D-spec and I-spec in real time ?.what is difference between them?
WHERE DO WE USE COMIT KEYWORD IN AN RPG PROGRAM? YOU MADE SOME CHANGES TO DATABASE BUT YOU DON'T WANT TO SAVE THOSE CHANGES NOW? HOW DO YOU HANDLE THIS ONE?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?
what r drawbacks of OPM? Why do we go for ILE RPG?
What will happen if we r using seton lr after return or vice versa.
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
How Chain operation copies the record's data to the input buffer for the program?
WHAT IS MONMSG IDENTIFIER FOR STRTCPFTP command IN cl (as/400)?
How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
which program rpg or cl is efficent to update a transaction onto a database file and why ?