Why we need to give File and To file Names While we are using
OVRDBF. What is your understanding related to this?
Answers were Sorted based on User's Feedback
OVRDBF is to override the your database data to other file for some temporary time, other file may be the same file or different file. if you want to override your data to some temp place then you should mention that which file data you want to override(file) and where you want to keep your data(to file).
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / henry
without File name we cannot use OVRDBF adn its a mandatory
field. Also remember that the file which you used in OVRDBF
also must be present in the system. Else your RPG pgm will
not compile...Generaly if the file is multi member file
(some companies used to store they yearly/monthly
transactions in diff members) and if you want to access
specific member then it's a great deal.
| Is This Answer Correct ? | 2 Yes | 0 No |
How do you proceed in case your active AS400 session has got disconnected suddenly, how can you get back to your session ? Is it possible??
please help me answer to this question what is the difference between the binding and srvpgm in ilerpg?
HOW TO DEBUG A BATCH JOB WHEN IT IS IN MESSAGEWAIT(MSWG) STATUS.I KNOW THE STEPS FOR BATCH DEBUGGING,BUT IM CONFUSING WITH WHEN WE SUBMIT ANY JOB FOR BATCH DEBUG WE PUT IN HELD STATE.SO HERE ALSO DO SAME THING OR ANY OTHER WAY,PLEASE HELP ME....
Can a indexed file be accessed in arrival sequence in RPG?
How can we access Interactive job LDA in Batch Job?. and How we can access a file in interactive QTEMP lib in Batch job?.
1.what are the ARITHMETIC EXPRESSIONS IN CL PGM? 2.How to PASSING PARAMETER TO CL PGM?
can anyone say,what is the use of operation extended H/N/P?
where we give the MSGSFL in rpg400?
i would like to know under what circumstance the object will get locked on AS400.
check existence of one record without using chain or read?
what is the difference between the cpyf command crtdupobj command?
Is it possible to call a subfile using CL. IF yes.. kindly help me out with explanation...?