Answer Posted / guest513
OPNQRYF has multiple usages
- for dynamic selection of records, no overhead as per the
access paths.
- if needed we can create the copy of the above selected
records using CPYFRMQRYF
- to share the data path for the dynamic selected records,
so that the overhead in accessing the above records will be
simple.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
what is overlay?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
what would be the effect on the field where reverse image, underline and highlight display attributes are active ?
Write a CL program which will run a batch job at 1 am every night
when are the referential constraints executed?
what is logical file?
define the purpose of the *bcat function?
what is rpg fixed logic cycle?
distinguish between terminating a program through seton lr and return?
How can we change the uppercase to Lowercase in RPG?
what is the purpose of overrides?
define the rcvf command?
Why we are not able to perform insert delete and update operation in Join logical file?
How do you check object lock
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?