IBM SC34-6814-04 Server User Manual


 
X'04' MASSINSERT specified.
X'02' RRN specified.
X'01' SET (and not INTO) was specified.
Note: Your program must test for keywords at the bit level, because
there may be more than one of these keywords present.
FC_EIDOPT6
Indicates whether certain keywords that do not take values were
specified on the request.
X'80' RBA specified.
X'40' GENERIC specified.
X'20' GTEQ specified.
X'10' UNCOMMITTED specified.
X'08' CONSISTENT specified.
X'04' REPEATABLE specified.
X'01' NOSUSPEND specified (on READ, READNEXT, READPREV,
WRITE, DELETE, or REWRITE).
Note:
1. If the read integrity bits (for UNCOMMITTED, CONSISTENT,
and REPEATABLE) are off (zero) on the command, the read
integrity options specified on the file resource definition are
used. If you need to know what these are, you can issue an
EXEC CICS INQUIRE FILE command.
2. Your program must test for keywords at the bit level,
because there may be more than one of these keywords
present.
FC_EIDOPT7
Indicates whether certain keywords that do not take values were
specified on the request.
X'04' UPDATE specified. This setting is meaningful only for READ
requests. For other requests, X'04' may or may not be set.
X'01' Either DEBREC or DEBKEY specified (see FC_EIDOPT8). This
setting is meaningful only for READ requests. For other
requests, X'01' may or may not be set.
Note: Your program must test for keywords at the bit level, because
there may be more than one of these keywords present.
FC_EIDOPT8
Indicates whether certain keywords that do not take values were
specified on the request.
X'80' DEBKEY specified.
X'40' DEBREC specified.
X'20' TOKEN specified.
Chapter 1. Global user exit programs 89