When the grouping function is used, all fields in the record format for the open query file (FORMAT parameter) and all key fields (KEYFLD parameter) must be either grouping fields (specified on the GRPFLD parameter) or mapped fields (specified on the MAPFLD parameter).
Mapped fields are defined using only grouping fields, constants, and aggregate functions.
Fields that have any of the large object data types: BLOB, CLOB, or DBCLOB, can only be read using the Copy From Query File (CPYFRMQRYF) command or Structured Query Language (SQL). Large object field data cannot be directly accessed from an open query file. The CPYFRMQRYF command must be used to access large object fields from an open query file. A field with a large object data type (BLOB, CLOB or DBCLOB) cannot be specified on these OPNQRYF parameters: KEYFLD, UNIQUEKEY, JFLD, and GRPFLD.
Fields of type DATALINK might not appear in selection, grouping, ordering, or joins. If a DATALINK field appears in that format, it will be returned in its unprocessed form, as it exists in the data space.
Fields contained in a record format, identified on the FILE parameter, and defined (in the DDS used to create the file) with a usage value of N (neither input nor output) cannot be specified on any parameter of the OPNQRYF command. Only fields defined as either I (input-only) or B (both input and output) usage can be specified. Any fields with usage defined as N in the record format identified on the FORMAT parameter are ignored by the OPNQRYF command.
Fields in the open query file records normally have the same usage attribute (input-only or both input and output) as the fields in the record format identified on the FORMAT parameter, with the exceptions noted later in this topic. If the file is opened for any option (OPTION parameter) that includes output or update and any usage, and if any B (both input and output) field in the record format identified on the FORMAT parameter is changed to I (input only) in the open query file record format, then an information message is sent by the OPNQRYF command.