Measure Reference Manual

B Error Codes
The Measure subsystem produces error messages and error codes. The error codes generated by
Measure callable procedures are described in this appendix. For descriptions of the error messages
generated by MEASCOM, the Measure command interface, see Appendix A: Error Messages
(page 495).
3200
(ERR^BADMEASCB)
Cause
The MEASCB was not set to -1s on the initial procedure call or its contents were modified after
being set by Measure.
Effect
The requested operation aborts.
Recovery
Initialize MEASCB to all -1s prior to your first Measure call and do not write to it afterwards.
3201
(ERR^MISSINGPARAM)
Cause
A required parameter was missing.
Effect
The requested operation aborts.
Recovery
Add the missing parameter to your procedure call statement.
3202
(ERR^BOUNDS)
Cause
An invalid parameter address was supplied.
Effect
The requested operation aborts.
Recovery
Check and correct the address initialization of your parameters.
3203
(ERR^BADPARAMS)
Cause
A bad parameter value was supplied to a callable procedure.
Effect
The requested operation aborts.
Recovery
Check and correct the values of your parameters.
3204
(ERR^BUFTOOSMALL)
518 Error Codes