UNDEF,   Undefined local variable: xxxx 
 Run Time Error: This indicates that an expression referenced a local variable xxxx, that was not defined. 
 Action: Ensure that all variables are assigned values before they are referenced; use $GET(), or change the image or process to NOUNDEF mode.