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 xfoot opcode ?
what is rpg fixed logic cycle?
what is the function of rlu ?
what is the purpose of the indara keyword?
what is the difference between sflclr and sflinz?
what opcode will be used to test the zone of a character field?
what does check opcode is used?
what is the favicon.ico request that my site receives now and then?
what is sflinz and sflrna?
how can you detect and handle a record lock situation?
Can we debug the MSGW JOBS?
define the rcvf command?
how do you read data area in an rpg program?
where can you specify an indicator in lokup operation?
define what a data queue is along with a brief example of what it may be used for?