Problem:
- SQL Target (Defaults to HCO)
- Allow Mixed Case (Defaults to Yes)
- Generate Redefines (Defaults to Yes)
How can I change the defaults so our desired values are always used.
Resolution:
This can be coded right in the skeleton. Assuming you have one set of options you'd like to enforce for all? Probably XBD, NO, NO?
A suggestion would be to edit the SSMDDG member in the ISPSLIB folder and do a VSET for the values you want. For example:
#VGET $SSMREDEF SSMREDEF
#VSET $SSMREDEF NO
Doing the VSET right after the VGET will force the NO value for the redefines regardless of the value in the properties panel set by the end user.
#MFDS
#EnterpriseDeveloper