How to change the PRIQTY and SECQTY from * to (-1) to avoid RC/Migrator for Db2 for z/OS (RCM) error RM101E Invalid Global Changes.
-1 is the default for primary and secondary quantities. When RCM is generating DDL it will not generate PRIQTY or SECQTY if its value is -1.
The change analysis report will say it changed to default.
If the intent is to change these value to -1, then use FROM * to CALC(-1).