How can u create a temporary file in CLP @ how to access
that temporary file in RPG program?
Answer Posted / svankipu
Use OVRDBF Command with SHARE(*YES) to share the ODP of this
file to othr pgms.
create temporary file using Open Query file command(OPNQRYF)
and use "Allow copy of data" (ALWCPYDTA) attribute to copy
the selected data into this file.
Now call the RPG pgm to use this file.
Thanks!
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
define the purpose of the leave operation?
how to develop some simple graphs (bar charts) using just html?
how can you detect and handle a record lock situation?
How do I remove a flag or check no. or name when a user opens too many sessions?
what is xfoot opcode ?
what is the command to know key fields of file?
How to Define a Procedure in RPG?
define what a data area is along with a brief example of what it may be used for?
What is the difference between non-join logical files and join logical files?
what is the maximum number of record formats in dspf?
What is data structure in as400? What is the use of data structure?
What is file access opcodes?
what is the function of cpyf command?
how to declare a constant variable in the freeformat?
what are different types of substems?