Undf
This value indicates a result is undefined. A user may not use this in an assignment unless the $onundf command has been used. GAMS will assign it in undefined cases such as the one below.
z=x/0;
display z;