where exactly we can use OPNQRYF ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / mounika
1.dynamic selection of records
2.it will use existing file access path.
3.if we want use physical members give ovrdbf(filename)mbroption(mrb1)
4.we can set rrn position to particular record.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / krishna
This is a seven part value that consists of a date (yymmdd)
and time(hhmmss and microseconds).
Which occupy 10 bytes.Cobol declaration will be X(26)
| Is This Answer Correct ? | 3 Yes | 17 No |
How can we update a specific field in RPG?
Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?
What Does 'sr' In Columns 7-8 Of C Specs Mean?
what are the two record formats a subfile contain ?
how do you know that records are locked?
Can be OVRDBF command mentioned after OPNQRYF command in CL?
list some of the commonly used commands for debugging?
how do you read changed records backward in subfile?
how to insert the data in pf by using cl program
Define the purpose of Factor 1 the Operation Code and *IN15 in following code HI LO EQ C *YMD Test(D) yymmddDate 15
where can you specify an indicator in lokup operation?
What is the difference between Array and Table?