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.3.0 or V5.4.0 Accounting SAVE data set for the MIGRATE function, or an OMEGAMON for Db2 PE V5.5.0 Accounting VSAM Save data set for the CONVERT function.
Output
The DDNAME of the output data set.
- 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