How to update selected fields from pf without using update
opcode.
How to read all member in Rpg-3,without using any cl command?
Answer Posted / sivakumar y
Hello Friends, Question asked by vinit is how to read all
members in RPG3, but not in RPGLE.
I think the answer for this question is:
1)Need to declare the rquired file in USROPN mode in RPG.
FFILE1 UF E K DISK Usropn
2)Using QCMDEXC API execute the override command. The
value to be passed in first parameter is like below.
D Cmd1 C OVRDBF FILE(FILE1)
TOFILE(TOOLBOX/FILE1) MBR(*ALL)'
Regards
siva
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is difference between bind by copy and bind by reference?
what is *place and *auto keyword in prtf ?plz explain
can you debug ile rpg program using isdb?
is this a rpg channel?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
what is an online rpg?
what is file information data structure?
What is ment by record level identifier?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
are there any useful c runtime apis that I can call from rpg iv?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
How Chain operation copies the record's data to the input buffer for the program?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
How many program bind in one module....