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 |
Why we cannot call a service program? If I add a PEP can i call the service program?
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?
One of the job in subsystem is in Running status,expected time to complete this job is 2 minutes. But from last 5 -10 minutes this job is still in running status....What are the possible reasons...and What are the actions i need to perform to check this...?
in which journalling which attributes are necessary
How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?
how do I declare a table or array in rpg iv?
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
what is the procedure and explain about real time scenario.
0 Answers Adhoc Technologies, Hanuman Automation, HSBC, IBM,
What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.
what do you mean by an input subfile, what are the keywords required?
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?