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
why do we use readc? What is sflnxtchg?
How can we update a specific field in RPG?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
what is a non-join logical file?
what is full form for dds?
can you specify a display file to be used in the following modes input,output, or combined modes ?
what are the important factors in error message subfile ?
what is the purpose of indicators in rpg?
how do you specify the number of records to roll in a subfile ?
how do you know that records are locked?
WHAT IS FERERENTIAL INTRIGRITY ?
what is a logical file?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
at what level s,o are defined and what they will do?
how many levels are there in a physical file?