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
what is the maximum number of files allowed in rpg?
what is match field indicator?
What are the mandatory keywords of sub file?
which are control break logic indicators?
give three main purposes of file specification ?
what does the ovrdbf command do?
what would be the effect on the field where reverse image, underline and highlight display attributes were active?
what key word is used when screen is re-display?
define the purpose/use for sflrna?
What is the maximum number of subfiles that can be specified in a display file?
what is the command to know key fields of file?
Can you summarize the steps I have to go through in writing my first cgi?
how do you read data area in an rpg program?
explain the purpose of keep and assume keywords?
. How to know why the OPM job is in MSGWAIT state?..WHAT COULD BE THE REASON FOR it?