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. EDMUOPTS - Service Aid Utility
  18. EDMXLUTL - Event Marker Utility
  19. HOSTENT - TCP/IP Address Reporter Utility
  20. PWXCATMY - MySQL Catalog Utility
  21. PWXUCCLPRT - Print Log Summary Utility
  22. PWXUCDCT - Logger for Linux, UNIX, and Windows Utility
  23. PWXUCREG - Capture Registration Suspend Utility
  24. PWXUCRGP - Capture Registrations Print Utility
  25. PWXUDMX - Data Maps Update Time ECSA Memory Utility
  26. PWXUGSK - SSL Reporting Utility
  27. PWXUMAP - Map List Utility
  28. PWXUSSL - PowerExchange SSL Reporting Utility
  29. 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!