Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Utilities
  3. createdatamaps - Data Map Creation Utility
  4. DTLCCADW - Adabas PCAT Utility
  5. DTLCUIML - IMS Log Marker Utility
  6. DTLINFO - Release Information Utility
  7. DTLREXE - Remote Execution Utility
  8. DTLUAPPL - Restart Token Utility
  9. DTLUCBRG - Batch Registration Utility
  10. DTLUCDEP - CDEP Maintenance Utility
  11. DTLUCSR2 - IDMS SR2 and SR3 Records Utility
  12. DTLUCUDB - DB2 for Linux, UNIX, and Windows CDC Utility
  13. DTLULCAT and DTLULOGC - IDMS Log Catalog Utilities
  14. DTLURDMO - Data Map Utility
  15. DTLUTSK - Task Control Utility
  16. EDMLUCTR - Log Scan and Print Utility
  17. EDMXLUTL - Event Marker Utility
  18. HOSTENT - TCP/IP Address Reporter Utility
  19. PWXCATMY - MySQL Catalog Utility
  20. PWXUCCLPRT - Print Log Summary Utility
  21. PWXUCDCT - Logger for Linux, UNIX, and Windows Utility
  22. PWXUCREG - Capture Registration Suspend Utility
  23. PWXUCRGP - Capture Registrations Print Utility
  24. PWXUDMX - Data Maps Update Time ECSA Memory Utility
  25. PWXUGSK - SSL Reporting Utility for z/OS
  26. PWXUMAP - Map List Utility
  27. PWXUSSL - PowerExchange SSL Reporting Utility

Example 8. Printing Information for an Application

Example 8. Printing Information for an Application

In this example, the DTLUAPPL utility prints information from the CDEP file for a specific application.
The example uses the following control statement:
PRINT APPL {
application_name
}
You can print information for more than one application by concatenating multiple PRINT APPL statements, each with a specific application name, or by using the ALL keyword for all applications.
The utility produces the following example output if no extractions have run for the application:
Application name=<DB2APPL5> Rsttkn=<2> Ainseq=<0> Preconfig=<N> FirstTkn =<> LastTkn =<> CurrentTkn=<> Registration name=<db2v52c.1> tag=<DB2DSN1db2v52c1> Sequence=<000000035D5000000000000000035D5000000000> Restart =<C4D6C3D34040000000035CC800000000> Registration name=<db2tst5c.1> tag=<DB2DSN1db2tst5c1> Sequence=<000000035D5000000000000000035D5000000000> Restart =<C4D6C3D34040000000035CC800000000>
After an extraction has run for the application, the utility produces the following output, which includes the FirstTkn and LastTkn values:
Application name=<DB2APPL1> Rsttkn=<1> Ainseq=<0> Preconfig=<N> FirstTkn =<C4D6C3D340400000000335D000000000> LastTkn =<C4D6C3D3404000000003453E00000000> CurrentTkn=<> Registration name=<db2v52c.1> tag=<DB2DSN1db2v52c1> Sequence=<0000000319140000000000000003191400000000> Restart=<4D6C3D3404000000003188C00000000>
The following table describes the fields in the PRINT APPL output:
Field
Description
Rsttkn
Number of RSTTKN pairs that are recorded for the application.
Ainseq
For internal use only.
Preconfig
Not used.
FirstTkn
The restart token for first successful run of the application when using ODBC.
LastTkn
The restart token for last successful run of the application when using ODBC.
CurrentTkn
The restart token for current active or last failed run of the application when using ODBC.
If you use ODBC, you can also view the restart tokens that are in the printed output in the
Extract Application
dialog box of the PowerExchange Navigator.

0 COMMENTS

We’d like to hear from you!