Previous Topic: CASD428ENext Topic: CASD430E


CASD429E

Value of “value" is not in the correct format for the parm parameter

Reason:

Certain control parameters require their value assignments to conform to specific and strict formats. For example, the MINTIME parameter expects the input to be in the format of MINTIME=hh:mm, where the hh portion is expected to be a numeric value expressing hours and mm is expected to be a numeric value expressing minutes, with all of the numeric range limits you would expect. The value you code as value does not conform to the format rules of the parameter named parm.

Action:

For the correct format of the parameter named parm, see Running CAIDSI topics.