

Compile (CM) Messages › › IDCMAUXP15 - pseudo-function is not defined to allow a NULL value, a RUN-time error will occur if the sending expression results in a NULL value
IDCMAUXP15 - pseudo-function is not defined to allow a NULL value, a RUN-time error will occur if the sending expression results in a NULL value
Reason:
The evaluation of a function or expression can give a result of NULL. When pseudo-function is assigned to NULL, a run-time error results. This message is only a warning. No run-time error need result if the program is coded appropriately.
Action:
No action is required. However, you can assure that a run-time error does not occur by rewriting your program appropriately:
- Code the program so that the assignment of pseudo-function to NULL does not occur at run-time in the statement flagged by this warning.
- Code an error procedure that takes account of the possible run-time error for the statement flagged by this warning.
Consult the Command Reference Guide for further information.
Copyright © 2015 CA Technologies.
All rights reserved.
 
|
|