M204.0747

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

M204.0747  Argument too big for trig functions​,​ return 0

The magnitude of the argument passed to a SOUL $ArcSin or $ArcCos is greater than 1, or the magnitude of the argument passed to $Tan, $Cotan, $Sin, or $Cos is greater than 1.0*10. Execution continues, but the function returns 0.

Response: Correct the argument passed to the function, and retry.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages