How can u create a temporary file in CLP @ how to access
that temporary file in RPG program?
Answer Posted / mike
CRTDUPOBJ QTEMP/FILENAME
OVRDBF FILENAME TOFILE(QTEMP/FILENAME)
CALL RPGPGM
DLTOVR FILENAME
DLTF QTEMP/FILENAME
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do I remove a flag or check no. or name when a user opens too many sessions?
What is file information data structure(infds) in as400?
Why we are not able to perform insert delete and update operation in Join logical file?
what is the command used to invoke rlu ?
when should I use method get, and when should I use method post in my cgis?
define the purpose of the iter operation?
how do u compile rpgle program?
what is the use of jdftval in join logical file?
what is the necessary keyword for non-join logical file?
how can you detect overflow for a print program that prints multiple lines per cycle?
how to define global parameter in ile ?
what is the maximum number of record formats in dspf?
an access path may be in which sequence?
what is the purpose of overrides?
what is the command to know key fields of file?