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
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
What Is Ddm ?
In AS/400 projects in Companies whats the meaning of production support team.what production support involves.also what work does development,maintenance involve what are the other teams or processes that are available for as400 project.
what is a non-join logical file?
how can you execute a command from within an rpg program without calling a clp program?
Difference Between Call & Sbmjob?
Difference Between Ca & Cf?
what is a join logical file?
when would you use or not use this approach?
Difference Between Interactive & Batch Job?
what is the clp command to access a query/400?
what is the purpose of dynslt keyword?
What Is The Object Type Of Pf, Lf, Printer File & Display File?
define the purpose of the *cat function?
can you display a empty subfile?