IBM SC34-6814-04 Server User Manual


 
LANGUAGE_DEFINED(ASSEMBLER|C370|COBOL|LE370| NOT_APPLIC|NOT_DEFINED|PLI)
returns the programming language specified on the resource definition.
LIBRARY(name)
returns the 8-character name of the LIBRARY resource from which this program
was loaded. This is blank if the program has not been loaded, or if the
LPASTATUS is LPA (indicating that the program has been loaded from the
LPA).
LIBRARYDSN(data-area)
displays the 44-character name of the data set from which the program was
loaded. This is blank if the program has not been loaded, or if the LPASTATUS
is LPA (indicating that the program has been loaded from the LPA).
v If the program was loaded from an installed LIBRARY, the LIBRARY and
LIBRARYDSN names will be returned.
v If the program was loaded from a LIBRARY that has been disabled, the
LIBRARY name will be returned but the LIBRARYDSN will be blank.
v If the program was loaded from a LIBRARY that has been discarded, both
LIBRARY and LIBRARYDSN will be blank.
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
370 Customization Guide