gtpo1m4g | Operations |
Use this command to do the following:
Requirements and Restrictions
None.
Format
|
Additional Information
ZDPLT HELP
ZDPLT ?
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