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 to know why the OPM job is in MSGWAIT state?..WHAT COULD BE THE REASON FOR it?
where can you specify an indicator in lokup operation?
when would you use or not use this approach?
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
how can a message from a message file appear as a constant on the screen?
Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?
Write a CL program which will run a batch job at 1 am every night
how will you find a string using pdm?
how may a cgi control duplicate inputs?
what is the use of data structures?
can a join logical file be updated?
what is the use of sflend keyword?
why is as/400 called object oriented machine?
which are control break logic indicators?
In 'o' Specs What Is The Opcode For Write?