The $CAPKCAL $DFDBPKG DFDBMIGRATE procedure migrates baseline data from VFS to MSDB.
The procedure has the following format:
$CAPKCAL $DFDBPKG DFDBMIGRATE { FFID=vfs_file_id | FDSN=data_set_name }
[ TFID=MSDB | TDSN=data_set_name ]
[ RESET={ NO | YES } ]
[ FORCE={ NO | YES } ]
[ CLEANUP={ NO | YES } ]
Specifies the file ID or data set name of the VFS that contains the data to be migrated.
Specifies the file ID or data set name of the MSDB file to which data is to be migrated.
Default: TFID=MSDB
Specifies whether existing baseline data is deleted from the MSDB before migration.
Default: NO
Specifies whether to migrate the data even when the MSDB contains baseline data. If data exists for an attribute in both the VFS and the MSDB, the data in the MSDB is overwritten. That is, any data collected for that attribute in the MSDB is lost.
Default: NO
Specifies whether to delete the migrated baseline data from the VFS.
Default: NO
| Copyright © 2012 CA. All rights reserved. |
|