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.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
What is the length of Signature?
purpose of pannel group??/
in rpg could u please tell me errors types and meanings like 3030 that ....
Can we have a Physical file without any member ? Please let me know
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
What are the necessary keywords required to code a message subfile?
You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
Hi,This is raju.Can any body give me the real experience answer for this question? 1.What is the significance of *MAP and *DROP in the CPY command?
How can i keyed a flat file in RPGLE
which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?