Saving all output to "!!{outputDirectory}!!/udf_stddev_samp.q.raw". Enter "record" with no arguments to stop it. >>> !run !!{qFileDirectory}!!/udf_stddev_samp.q >>> DESCRIBE FUNCTION stddev_samp; 'tab_name' 'stddev_samp(x) - Returns the sample standard deviation of a set of numbers' 1 row selected >>> DESCRIBE FUNCTION EXTENDED stddev_samp; 'tab_name' 'stddev_samp(x) - Returns the sample standard deviation of a set of numbers' 1 row selected >>> DESCRIBE FUNCTION stddev_samp; 'tab_name' 'stddev_samp(x) - Returns the sample standard deviation of a set of numbers' 1 row selected >>> DESCRIBE FUNCTION EXTENDED stddev_samp; 'tab_name' 'stddev_samp(x) - Returns the sample standard deviation of a set of numbers' 1 row selected >>> !record