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 |
When will DUMP & DEBUG be ignored?
How to identify the object has compiled with the debug view as *source without using STRDBG?
1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??
1.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?
If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?
How can read PF in reverse order (end to start) in CL pgm..
How can you delete records form a file in rpg without using "Delete" OPCODE?
Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?
What will happen if we r using seton lr after return or vice versa.
Mr.Sidc sirfor my question{how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE} you have answered using MOVE opcode,can you illustrate me with a small example sir very kind of you.
What would be the effect on the field where reverse image, underline and high intensity?
Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?