Previous Topic: Migrate Baseline Data

Next Topic: Migrate IPLOG Records


$CAPKCAL $DFDBPKG DFDBMIGRATE Procedure—Migrate Baseline Data

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 } ]
FFID or FDSN

Specifies the file ID or data set name of the VFS that contains the data to be migrated.

TFID or TDSN

Specifies the file ID or data set name of the MSDB file to which data is to be migrated.

Default: TFID=MSDB

RESET

Specifies whether existing baseline data is deleted from the MSDB before migration.

Default: NO

FORCE

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

CLEANUP

Specifies whether to delete the migrated baseline data from the VFS.

Default: NO