IBM SC33-1683-02 User Manual

Page 173

Advertising
background image

IC_ADDR1

is the address of one of the following:

v

An 8-byte area containing the value of the INTERVAL keyword (or TIME
keyword if IC_EIDOPT7 indicates that TIME is specified).

v

An 8-byte area containing the value of REQID (if the request is CANCEL).

v

Data returned for INTO (if the request is RETRIEVE, and if IC_EIDOPT5
indicates that this is not SET).

v

A 4-byte address returned for SET (if the request is RETRIEVE and
IC_EIDOPT5 indicates that this is SET).

IC_ADDR2

is the address of one of the following:

v

An 8-byte area containing the value of REQID (if the request is DELAY,
POST or START).

v

A halfword containing the value of LENGTH (if the request is RETRIEVE).

Warning: For requests that specify INTO, do not change the value of
LENGTH to a value greater than that specified by the application. To do so
causes a storage overlay in the application.

IC_ADDR3

is the address of one of the following:

v

An area containing the value of TRANSID (if the request is CANCEL or
START).

v

A 4-byte address returned for SET (if the request is START or POST and
IC_EIDOPT5 indicates that this is SET).

IC_ADDR4

is the address of an area containing the data from FROM.

IC_ADDR5

is the address of the halfword value of LENGTH.

Warning: For requests that specify INTO, do not change the value of LENGTH
to a value greater than that specified by the application. To do so causes a
storage overlay in the application.

IC_ADDR6

is the address of an area containing the value of TERMID.

IC_ADDR7

is the address of an area containing the value of SYSID.

IC_ADDR8

is the address of an area containing the value of RTRANSID.

IC_ADDR9

is the address of an area containing the value of RTERMID.

IC_ADDRA

is the address of an area containing the value of QUEUE.

IC_ADDRB

is the address of an area containing the value of HOURS.

IC_ADDRC

is the address of an area containing the value of MINUTES.

IC_ADDRD

is the address of an area containing the value of SECONDS.

interval control EXEC interface program exits

Chapter 1. Global user exit programs

141

Advertising