IBM SC33-1683-02 User Manual

Page 105

Advertising
background image

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).

Notes:

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.

FC_ADDR1

is the address of an 8-byte area containing the name specified on the FILE
keyword.

FC_ADDR2

is the address of one of the following:

file control EXEC interface API exits

Chapter 1. Global user exit programs

73

Advertising