Saving all output to "!!{outputDirectory}!!/udf_positive.q.raw". Enter "record" with no arguments to stop it. >>> !run !!{qFileDirectory}!!/udf_positive.q >>> DESCRIBE FUNCTION positive; 'tab_name' 'positive a - Returns a' 1 row selected >>> DESCRIBE FUNCTION EXTENDED positive; 'tab_name' 'positive a - Returns a' 1 row selected >>> >>> -- synonym >>> DESCRIBE FUNCTION +; 'tab_name' 'a + b - Returns a+b' 1 row selected >>> DESCRIBE FUNCTION EXTENDED +; 'tab_name' 'a + b - Returns a+b' 1 row selected >>> !record