Compare baseline command
Syntax diagram of the CMPINn baseline command
Option | Description |
---|---|
n | Defines whether the command is indicating the primary source (1) or secondary source (2) |
profileOwner.profileName | Defines the name of the baseline profile used to create the baseline that you want to compare. You can use the DDL or catalog baseline profiles |
generationNumber | Specifies the baseline generation associated with the baseline profile that you want to compare Valid values are from 0 (the latest baseline created using the baseline profile) through -10 (the earliest baseline created using the baseline profile). |
Examples
The following syntax compares the latest baseline with the oldest baseline created with the baseline profile:
CMPIN1 BLPROFILE(MVSAMA.BLTEST1(0))
CMPTYPE2 BASELINE
CMPIN2 BLPROFILE(MVSAMA.BLTEST1(-10))
The following syntax compares the earliest baseline created with the baseline profile with a DDL file:
CMPTYPE2 BASELINE
CMPIN2 BLPROFILE(MVSAMA.BLTEST2(-10))