Can we used ovrdbf command after the opnqry file if yes then
What will be out put of your program?
Answers were Sorted based on User's Feedback
Answer / naveen chandra joshi
No. we can not use OVRDBF command after OPNQRYF command if
we do so then program will give error as the OPNQRYF
command expects the Open Data Path to share before
processing.
I tested the program and then posting the answer.
Regards,
Naveen,
9891501280.
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / ss
OVRDBF command before OPNQRYF because it will make the ODP *yes.
If the ODP is *yes then only the changes will be reflected in next calling program.
If the ODP is *no then there is no use of opnqry because data will not be reflected in next calling program.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
Anybody can explain the difference between SFLCLR & SFLINZ?
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?
what is a rpg?
without logical file we cannot access the data in physical file.but we specify physical file in the program(ie:- Ffile IF E k disk).how can it be accessed?
How to declare the dynamic(run time) array in rpgle? can you please give example
What is ment by record level identifier?
suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?
wat is meant by hidden field , why it is used?
How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)