JCL requirements
The following JCL may be used to execute the utility:
//*
//STEP100 EXEC PGM=OTDBP100,REGION=4096K //*
//STEPLIB DD DSN=Database.Manager.load.library,DISP=SHR
//DD DSN=Archive.Manager.load.library,DISP=SHR
//*
//SYSIN | DD | DSN=Execution.parameter.file,DISP=SHR |
//SQLIN | DD | DSN=Migration.criteria.file,DISP=SHR |
//SYSPRINT | DD | SYSOUT=* |
//* |
|
|
DD entries should be specified as follows:
STEPLIB: Enter the names of the DB2 Manager and Archive Manager product load libraries.
SYSPRINT: This entry is used for all print reports created during utility execution.
SYSIN: This is a sequential dataset or
SQLIN: This is a sequential dataset or
SYSIN parameter specification
Parameters used to control execution of the utility are specified in file SYSIN. This must be a sequential dataset or
A parameter entry has the general format:
keyword = value
Each keyword and its associated value are separated by an '=' sign, and optionally one or more spaces. The first keyword parameter in a record may begin in any character position from 1 onwards. Parameters may extend up
82 | DB2 Manager User Guide |
| StorageTek Proprietary |