gtpo1m4gOperations

ZDPLT-Display Program Linkage Type

Use this command to do the following:

Requirements and Restrictions

None.

Format




BAL
displays basic assembler language programs.

DLL
displays C language dynamic link libraries.

DLM
displays C language dynamic load modules.

LIBrary
displays program libraries.

TARget
displays TARGET(TPF) programs.

Ipat
displays the date and time when the PAT was created.

Name-progname
specifies the name of the program for which to search in the PAT and extra PAT slots, where progname is an alphanumeric program name or search pattern. A wildcard character (*) can be used in a valid search pattern. The pattern length cannot exceed 4 characters and can only be less than 4 characters when the last character is a wildcard character (*). If you do not specify this parameter, all programs in the PAT with the specified linkage type will be displayed. If you specify this parameter alone, all programs in the PAT which match the search pattern will be displayed regardless of linkage type.

Additional Information

Examples

The following example shows the use of the wildcard character in the NAME parameter.

+--------------------------------------------------------------------------------+
|User:   ZDPLT BAL NAME-CCD*                                                     |
|                                                                                |
|System: DPLT0002I 11.07.31 DISPLAY ASSEMBLER PGMS LOADED OR ALLOCATED           |
|                7 PGMS FOUND                                                    |
|          CCDA40-BAL  CCDB40-BAL  CCDC40-BAL  CCDD40-BAL  CCDE40-BAL            |
|          CCDT40-BAL  CCD1  -BAL                                                |
|        END OF ASSEMBLER DISPLAY                                                |
+--------------------------------------------------------------------------------+

The following example displays all programs with the DLL linkage type.

+--------------------------------------------------------------------------------+
|User:   ZDPLT DLL                                                               |
|                                                                                |
|System: DPLT0003I 10.46.41 DISPLAY ISO-C DLLS LOADED                            |
|                5 DLLS FOUND                                                    |
|          QPNB41-DLL  QPN541-DLL  QPN641-DLL  QPN741-DLL  QPN841-DLL            |
|        END OF ISO-C DLL DISPLAY                                                |
+--------------------------------------------------------------------------------+

The following example shows what happens when the specified program is not found in the PAT or extra PAT slots.

+--------------------------------------------------------------------------------+
|User:   ZDPLT LIBRARY NAME-QZZ9                                                 |
|                                                                                |
|System: DPLT0005I 15.46.56 DISPLAY ISO-C LIBRARIES LOADED                       |
|                NO MATCHES FOUND                                                |
|        END OF ISO-C LIBRARY DISPLAY                                            |
+--------------------------------------------------------------------------------+

The following example displays the date and time when the PAT was created.

+--------------------------------------------------------------------------------+
|User:   ZDPLT IPAT                                                              |
|                                                                                |
|System: DPLT0008I 15.38.24 DISPLAY IPAT INFORMATION                             |
|                IPAT CREATION TIME MON FEB  2 18:13:09 1998                     |
|        END OF IPAT DISPLAY                                                     |
+--------------------------------------------------------------------------------+

The following example displays all programs listed in the PAT and extra PAT slots that have a name beginning with CVR regardless of linkage type.

+--------------------------------------------------------------------------------+
|User:   ZDPLT NAME-CVR*                                                         |
|                                                                                |
|System: DPLT0006I 11.10.13 DISPLAY PGM NAMES LOADED OR ALLOCATED                |
|                8 PGMS FOUND                                                    |
|          CVRA40-BAL  CVRB  -BAL  CVRI40-DLM  CVRM40-BAL  CVRN40-BAL            |
|          CVRO  -BAL  CVRP  -BAL  CVRQ40-BAL                                    |
|        END OF PROGRAM NAME DISPLAY                                             |
+--------------------------------------------------------------------------------+

Related Information