gtpo1m4eOperations

ZDPAT-Display Program Allocation Table

Use this command to display the values assigned to the allocation parameters of a program. The following information is displayed:

Requirements and Restrictions

None.

Format




progname
is a 4-character alphanumeric program name.

Copy
specifies which copy of the PAT to display:

F
displays the file copy.

C
displays the core copy.

B
displays both the core and the file copy.

Additional Information

Examples

In the following example, the core copy of the PAT entry for the CVAA program is displayed. The active image is TPF01.

The information displayed in the example is for the core copy of the USOK program. The linkage type of the USOK program is displayed as an abbreviation, DLM. This means the USOK program uses the dynamic link module (DLM) linkage protocol. The linkage types are abbreviated according to the following table.

Abbreviation Type Description
BAL Assembler Basic assembler language
DLM Dynamic Load Module ISO-C dynamic load module, including dynamic link library (DLL) application
DLL Dynamic Link Library Dynamic link library module
LIB Library ISO-C language library module
TAR TARGET(TPF) TARGET(TPF) C language
+---------------------------------------------------------------------------------------------+
|User:   ZDPAT USOK C-C                                                                       |
|                                                                                             |
|System: DPAT0102I 16.36.13                                                                   |
|        BEGIN DISPLAY OF CORE COPY                                                           |
|                                                                                             |
|         PROGRAM         USOK                                                                |
|         VERSION         40                                                                  |
|         BASE PAT SLOT   062E3F10                                                            |
|         TYPE            CORE RESIDENT PRELOAD NODBUG                                        |
|         LINKAGE TYPE    DLM                                                                 |
|         CLASS           SHARED                                                              |
|                                                                                             |
|         FILE ADDRESS    002C3519                                                            |
|         ADDRESSING MODE 31BIT                                                               |
|         AUTHORIZATION   NONE                                                                |
|                                                                                             |
|         C DEBUGGER HOOK NONE                                                                |
|         ADATA FILE ADDR ADATA NOT LOADED                                                    |
|        DISPLAY OF PAT SLOTS FOR USOK                                                        |
|                                                                                             |
|        VV LOADSET  ACT NUM STAT  FILE ADDR TYPE LINK HOOKS PAT ADDR ADATA FA                |
|        -- -------- ------- ----- --------- ---- ---- ----- -------- --------                |
|        FA NATIVEIP      1  ACT   004403D5   CR  DLM   ON   03CBB018 N/A                     |
|        40 BASE          0  ACT   002C3519   CR  DLM  N/A   062E3F10 N/A                     |
|        END OF DISPLAY                                                                       |
|                                                                                             |
+---------------------------------------------------------------------------------------------+

The PAT slots of the two active versions of the USOK program show that version 40 is in the BASE loadset and uses the DLM linkage protocol. Version FA is in the NATIVEIP loadset and uses the DLM linkage protocol.

In the following example, a display of both the file copy and the core copy of the PAT entry for the USOK program is requested.

+---------------------------------------------------------------------------------------------+
|User:   ZDPAT USOK COPY-B                                                                    |
|                                                                                             |
|System: DPAT0101I 15.48.38 BEGIN DISPLAY OF FILE COPY FOR IMAGE PUT13A                       |
|                                                                                             |
|         PROGRAM         USOK                                                                |
|                                                                                             |
|         VERSION         40                                                                  |
|         BASE PAT SLOT   062E4F10                                                            |
|         TYPE            CORE RESIDENT PRELOAD NODBUG                                        |
|         LINKAGE TYPE    DLM                                                                 |
|         CLASS           SHARED                                                              |
|                                                                                             |
|         FILE ADDRESS    002C3519                                                            |
|         ADDRESSING MODE 31BIT                                                               |
|         AUTHORIZATION   NONE                                                                |
|                                                                                             |
|         C DEBUGGER HOOK NONE                                                                |
|         ADATA FILE ADDR ADATA NOT LOADED                                                    |
|                                                                                             |
|        BEGIN DISPLAY OF CORE COPY                                                           |
|                                                                                             |
|         PROGRAM         USOK                                                                |
|                                                                                             |
|         VERSION         40                                                                  |
|         BASE PAT SLOT   062E4F10                                                            |
|         TYPE            CORE RESIDENT PRELOAD NODBUG                                        |
|         LINKAGE TYPE    DLM                                                                 |
|         CLASS           SHARED                                                              |
|                                                                                             |
|         FILE ADDRESS    002C3519                                                            |
|         ADDRESSING MODE 31BIT                                                               |
|         AUTHORIZATION   NONE                                                                |
|                                                                                             |
|         C DEBUGGER HOOK NONE                                                                |
|         ADATA FILE ADDR ADATA NOT LOADED                                                    |
|        DISPLAY OF PAT SLOTS FOR USOK                                                        |
|                                                                                             |
|        VV LOADSET  ACT NUM STAT  FILE ADDR TYPE LINK HOOKS PAT ADDR ADATA FA                |
|        -- -------- ------- ----- --------- ---- ---- ----- -------- -------- _              |
|        FA NATIVEIP      2  ACT   004403D5   CR  DLM   ON   03D35088 N/A                     |
|        40 BASE          0  ACT   002C3519   CR  DLM  N/A   062E4F10 N/A                     |
|        END OF DISPLAY                                                                       |
|                                                                                             |
+---------------------------------------------------------------------------------------------+

Related Information