Previous Topic: ContentsNext Topic: Queue Description Reports (CREPORTs 006, 022, and 023)


Field Descriptions

A description of the fields in the sample report follows:

SYSTEM NAME and VERSION

Identify the name and version of the system associated with the program occurrences being described.

PROGRAM

Identifies the program being described.

TYPE

Identifies the program occurrence as a PROGRAM, MAP, SUBSCHEMA, TABLE, DIALOG, ACCESS MODULE, or MAP HELP.

BUILDER

Identifies the builder code for the record that defines the program occurrence. For a description of builder codes, see Builder Codes table at the end of this chapter.

ACTION

Indicates whether the program occurrence has been updated (U) or deleted (D) or remains unchanged (blank) since the most recent generate.

VERSION

Identifies the version number associated with the program occurrence.

ISA-SIZE

(IDMS DC only) Indicates the amount of storage, in bytes, that is allocated for the program's initial storage area (ISA) (applies to Assembler and PL/I programs only).

ERROR THRESHOLD

(IDMS DC only) Indicates the number of program check errors that can occur before the program is disabled by the system.

DUMP THRESHOLD

(IDMS DC only) Indicates the maximum number of dumps to be taken for program check errors that occur in the program.

LOAD FROM

Indicates whether the program resides in a load library (LOADLIB) or in the load area of the dictionary (DICTIONARY).

LANGUAGE

Identifies the source language of the program.

SAVE AREA

Indicates whether a save area is acquired automatically before each execution of the program.

RESIDENT

Indicates whether the program is made resident when the DC/UCF system is started (YES) or whether the program is a nonresident program that is loaded into the storage pool on request (NO).

CONCURRENT

Indicates whether the program can process more than one request concurrently.

REUSABLE

Indicates whether the program is reusable.

REENTRANT

Indicates whether the program is fully reentrant, quasi-reentrant, or nonreentrant.

OVERLAYABLE

(IDMS DC only) Indicates whether the program can be overlaid in the program pool.

DISABLED

Indicates whether the program is disabled when the DC/UCF system is started.

PROTECT

Indicates whether the DC/UCF storage protection feature is in effect for the program.

NEW COPY

Indicates whether the new copy facility is enabled.

MAINLINE DIALOG

Indicates whether (YES) or not (NO) the program is a CA ADS mainline dialog.

EXCLUDE FROM MENU

For a CA ADS dialog, indicates whether (YES) or not (NO) the dialog will appear on the CA ADS menu screen.

DIALOG STATS ON

For a CA ADS dialog, indicates whether (YES) or not (NO) statistics are collected.

DYNAMIC

Indicates whether (YES) or not (NO) users are allowed to define additional versions of the program at run time either by means of the DCMT VARY DYNAMIC PROGRAM command or, if the program is eligible for automatic definition, through definition of null PDEs on the SYSTEM system generation statement.

MPMODE

Identifies the multiprocessing mode (MPMODE) for the program. SYSTEM directs DC/UCF to assign a mode to the program at execution time. ANY specifies an MPMODE of ANY.

MULTIPLE ENCLAVE

Indicates whether this program is eligible to use the same high level Language Environment process/enclave when multiple programs are executed in the same task.