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 |
What is journaling & Commitment Control?
How can the user implicitly open and close the files in RPG program ?
How can we change the uppercase to Lowercase in RPG?
What is file information data structure(infds) in as400?
what are the different types of data areas?
What is the as400 called now?
when would you use or not use this approach?
what opcode could be used to test an alphanumeric field for all numeric values?
difference between sflrcdnbr and sflnxtchg?
How to declare the length of emp no in the physilcal file and the mandatory length is 6 i.e. Emp No should be numeric, mandatory and fill all the 6 places
What is %CHECK?
Logic cycle