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

DTLUAPPL Control Statement Syntax

DTLUAPPL Control Statement Syntax

Use the following syntax to add or modify an application, generate restart tokens at the application level or registration level, or print information for an application:
UID
user_ID
EPWD
encrypted_password
[CONN_OVER
capi_connection_name
] {ADD|MOD} APPL
application_name
instance
[RSTTKN GENERATE] [CAPTMETH=
access_method
] [CONDTYPE=P] [JRN=
library
/
journal
] [ORACOLL=
collection_id
] [ORACONN=
connection
] [ORAINST=
instance
] [ORASCHEMA=
schema
] [UDBDB=
database
] {ADD|MOD} RSTTKN
registration_name
[DB=
library
/
table
] [GENERATE] [SEQUENCE
sequence_token
] [RESTART
restart token
] END APPL
application_name
[PRINT APPL {
application_name
|ALL}]
In this syntax:
  • The UID, EPWD, and CONN_OVER parameters comprise the connection statement that is used for generating restart tokens or specifying a CAPI_CONNECTION override.
  • The ADD or MOD APPL statement is required to add or modify an application name. Under the ADD or MOD APPL statement, you can define optional parameters that depend on the source type and also specify one or more ADD or MOD RSTTKN statements for specifying restart tokens for registrations associated with the application. The GENERATE parameter can be specified at either the application level or registration level.
  • The END APPL statement terminates the ADD or MOD APPL statement.
  • The PRINT APPL statement prints information from the CDEP file for specific applications or all applications that are involved in ODBC extractions.
You can specify a combination of ADD, MOD, and PRINT statements in a single request. The following example adds an application, specifies sequence and restart tokens for three capture registrations, generates restart tokens at the application level for the remaining capture registrations, and prints information about the application:
ADD APPL IMSAPP1 IMS1 rsttkn GENERATE add rsttkn d002long sequence 00000A036E160000000000000A036BAA00000000 RESTART AAAAAAAA4040000000002BA700000000 add rsttkn d002root SEQUENCE 00000A036E160000000000000A036BBBB0000000 RESTART AAAAAAAA4040000000002BA700000000 add rsttkn d003root add rsttkn d008addr add rsttkn d008pay add rsttkn d008skil SEQUENCE 00000A036E160000000000000A036CCC00000000 RESTART AAAAAAAA4040000000002BA700000000 END IMSAPP1 PRINT APPL ALL

0 COMMENTS

We’d like to hear from you!