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

DM_COPY MODIFY Statement

DM_COPY MODIFY Statement

The MODIFY statement modifies attributes of the copied data maps.
The AM= parameter is required with the MODIFY statement. Depending on the value that you specify for the AM= parameter, you can include additional parameters.
The MODIFY statement has the following parameters:
AM=
access_method
Required. Specifies the access method to which the MODIFY statement applies.
The following table shows the additional parameters that are available for each access method:
Access Method
Available Parameters
ADABAS
DBID, FILEID
DB2
DB2TABLE, DB2INSTANCE
DB2UDB
DB2TABLE, DB2INSTANCE
DB2UNLD
FN, DB2TABLE, DB2INSTANCE
DCOM
DBID, DBNAME, MUFNAME
DL1
DBD, IMSID, IMSTYPE, PCBNUM
ESDS
FN
IDMS
SUBSCHEMA, DBNAME, PROGNAME, DICTNAME, DDSNODENAME
IMS
None
KSDS
FN
MSSQL
None
ODBA
DBD, IMSID, IMSTYPE, PSB, PCB
Oracle
None
RRDS
FN
SEQ
FN
DB2TABLE=
db2_schema.db2_table_name
Modifies the DB2 schema or table name for the table mapped by the data map. For example:
DB2TABLE=DSN8910.EMP
DB2INSTANCE=
db2_instance
Modifies the DB2 database name or subsystem ID for the data mapped by the data map. For example:
DB2INSTANCE=sample
DBD=
dbd_name
Modifies the DBD name for the data mapped by the data map. For example:
DBD=PROD001
The DBD parameter of the DM_COPY MODIFY statement is deprecated but supported for backward compatibility. Instead, use the DM_COPY RENAME statement with the DBD parameter to rename a DBD in a data map.
DBID=
database_ID
Specifies a new database ID to be used when reading the database.
DBNAME=
database_name
Specifies a new database name to be used when reading the database.
DDSNODENAME=
ddsnode_name
Specifies a new DDSNODE name to be used when reading the IDMS database.
DICTNAME=
dictionary_name
Specifies a new dictionary name to be used when reading the IDMS database.
FILEID=
file_ID
Specifies a new ADABAS file ID for the data mapped by the data map.
FN=
filename
Specifies a new name for the data file associated with the data map. The file name must be a valid file name on the target system. The following examples specify a new data file name for z/OS, VSAM, and Windows, respectively:
FN='DATA01.SEQ.FILE' FN='SYS01.KSDS.DATA.FILE' FN=c:\myfolder\myfile.txt
IMSID=
ims_ID
Specifies a new IMS system ID for the data mapped by the data map. For example:
IMSID=IMS7
IMSTYPE=
ims_type
Specifies a new IMS type for the data mapped by the data map. Specify one of the following values:
  • DEDB
  • GSAM
  • HDAM
  • HIDAM
  • HSAM
  • HISAM
  • MSDB
  • PHDAM
  • PHIDAM
  • PSINDEX
  • SHISAM
MUFNAME=
muf_name
Specifies a new MUF name to be used when reading the Datacom database.
PCB=
pcb_name
Specifies a new PCB name for the data mapped by the data map. For example:
PCB=PCB020
PCBNUM=
pcb_number
Specifies a new PCB number for the data mapped by the data map.
PROGNAME=
program_name
Specifies a new program name to be used when reading the IDMS database.
PSB=
psb_name
Specifies a new PSB for the data mapped by the data map. For example:
PSB=DTL003
SUBSCHEMA=
subschema_name
Specifies a new subschema name to be used when reading the IDMS database.

0 COMMENTS

We’d like to hear from you!