IBM SC33-1683-02 User Manual

Page 370

Advertising
background image

MANUAL

The program is a CICS internal module explicitly defined to the
Program Manager by another CICS component.

RDO

RDO commands.

SYSAUTO

System autoinstall (that is, autoinstalled by CICS without calling the
autoinstall user program). The program may be a CICS internal module
or, for example, a first phase PLTPI program.

LANGUAGE_DEDUCED(ASSEMBLER|C370|COBOL|COBOL2|LE370|

NOT_APPLIC|NOT_DEDUCED|PLI)

returns the language deduced by CICS for the program.

LANGUAGE_DEFINED(ASSEMBLER|C370|COBOL|LE370|

NOT_APPLIC|NOT_DEFINED|PLI)

returns the programming language specified on the resource definition.

LOAD_POINT(name4)

returns the program’s load point address, as it would be returned by a Loader
domain ACQUIRE_PROGRAM call.

LOAD_STATUS(LOADABLE|NOT_APPLIC|NOT_LOADABLE|NOT_LOADED)

returns a value indicating whether or not the program can be loaded.

LOADABLE

The program is loadable.

NOT_APPLIC

Not applicable. The program is remote.

NOT_LOADABLE

CICS has tried to load the program and failed; the program is not in the
library.

NOT_LOADED

CICS has not yet tried to load the program.

LOCATION(CDSA|ECDSA|ELPA|ERDSA|ESDSA|LPA|NONE|RDSA|SDSA)

returns a value indicating where the most recently loaded copy of the program
resides.

CDSA The CICS dynamic storage area

ECDSA

The extended CICS dynamic storage area

ELPA

The extended link pack area

ERDSA

The extended readonly dynamic storage area

ESDSA

The extended shared dynamic storage area

LPA

The link pack area

NONE The program has not been loaded.

RDSA The readonly dynamic storage area

SDSA The shared dynamic storage area

program management functions

338

CICS TS for OS/390: CICS Customization Guide

Advertising