Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
While Using ModelCheck Model Update mode, how not to delete extra parameters?
Solved! Go to Solution.
Hi Ashish,
You can exclude extra parameters by setting ECTRA_PARAMS as N in check file.
You can specify the names of unwanted parameters. ModelUPDATE removes the
unwanted parameters if configured to do so in the PARAM_UNWANTED check. Use the
following format in the start configuration file:
PRT_PARAM_UNWANTED [parameter]
ASM_PARAM_UNWANTED [parameter]
DRW_PARAM_UNWANTED [parameter]
Refer to ModelCheck Help file for more details.
Hi Ashish,
You can exclude extra parameters by setting ECTRA_PARAMS as N in check file.
Hi Manju & Mahesh,
Thanks for sparing your valuable time to think and respond to my query.
