Save-File Utility DD Statements
This topic lists the DD statements needed for migration and conversion. All of the DD statements described here are required.
Input
The DDNAME of the input data set. This can be an OMEGAMON® for DB2® PE V5.2.0 or V5.3.0 Statistics Save data set for the MIGRATE function, or an OMEGAMON for Db2 PE V5.4.0 Statistics VSAM Save data set for the CONVERT function.
Output
The DDNAME of the output data set.
For CONVERT, allocate the data set with the following
characteristics:
- RECFM
- VB
- LRECL
- 9072
- BLKSIZE
- 9076
DPMLOG
OMEGAMON for Db2 PE command processor messages and messages indicating exceptional processing conditions are written to DPMLOG. If DPMLOG is not specified, it is dynamically allocated to the SYSOUT message class of the job. Allocate the data set with the following attributes:
- RECFM
- FBA
- LRECL
- 133
- BLKSIZE
- 6251