Response and reason values for define_program – IBM SC33-1683-02 User Manual

Page 356

Advertising
background image

ECDSA

Cannot be overwritten by USER tasks

ERDSA

Complete—cannot be overwritten by USER tasks or CICS tasks

EUDSA

None

RDSA Complete—cannot be overwritten by USER tasks or CICS tasks

UDSA None.

SHARED

The program is located in the link pack area (LPA), is reentrant, and is
protected.

TYPE_ANY

Either the RPL or the LPA copy of the program may be used, though
preference is given to the LPA copy.

REQUIRED_AMODE(24|31|AMODE_ANY)

specifies the addressing mode of the program. If, during subsequent
ACQUIRE_PROGRAM processing, no copy of the program that meets the
defined addressing requirement can be found, the ACQUIRE_PROGRAM call
receives an ‘EXCEPTION’ response and the REASON value
‘PROGRAM_NOT_FOUND’.

Notes:

1. AMODE_ANY and AMODE 31 have identical meanings for this function.

2. You cannot use this option to override the link-edited addressing mode of

the program.

REQUIRED_RMODE(24|RMODE_ANY)

specifies the residency mode of the program. If, during subsequent
ACQUIRE_PROGRAM processing, no copy of the program that meets the
defined addressing requirement can be found, the ACQUIRE_PROGRAM call
receives an ‘EXCEPTION’ response and the REASON value
‘PROGRAM_NOT_FOUND’.

Note: You cannot use this option to override the link-edited residence mode of

the program.

RESPONSE and REASON values for DEFINE_PROGRAM:

RESPONSE

REASON

OK

None

EXCEPTION

CATALOG_ERROR
CATALOG_NOT_OPERATIONAL

DISASTER

None

INVALID

None

KERNERROR

None

PURGED

None

Note: For more detail, refer to the explanation of RESPONSE and REASON in

“General form of an XPI call” on page 286.

loader functions

324

CICS TS for OS/390: CICS Customization Guide

||

Advertising