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. DTLINFOX - Enhanced Release Information Utility
  8. DTLREXE - Remote Execution Utility
  9. DTLUAPPL - Restart Token Utility
  10. DTLUCBRG - Batch Registration Utility
  11. DTLUCDEP - CDEP Maintenance Utility
  12. DTLUCSR2 - IDMS SR2 and SR3 Records Utility
  13. DTLUCUDB - DB2 for Linux, UNIX, and Windows CDC Utility
  14. DTLULCAT and DTLULOGC - IDMS Log Catalog Utilities
  15. DTLURDMO - Data Map Utility
  16. DTLUTSK - Task Control Utility
  17. EDMLUCTR - Log Scan and Print Utility
  18. EDMUOPTS - Service Aid Utility
  19. EDMXLUTL - Event Marker Utility
  20. HOSTENT - TCP/IP Address Reporter Utility
  21. PWXCATMY - MySQL Catalog Utility
  22. PWXUCCLPRT - Print Log Summary Utility
  23. PWXUCDCT - Logger for Linux, UNIX, and Windows Utility
  24. PWXUCREG - Capture Registration Utility
  25. PWXUMAP - Map List Utility
  26. PWXUCRGP - Capture Registrations Print Utility
  27. PWXUDMX - Data Maps Update Time ECSA Memory Utility
  28. PWXUGSK - SSL Reporting Utility
  29. PWXUSSL - PowerExchange SSL Reporting Utility
  30. WRKJRNLCKE- Journal Lock Table Utility for IBM i

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!