Skip to:
OUTPUT(ds,,'logical_filename_here',OVERWRITE,CSV(HEADING(SINGLE,FORMAT(Std.Str.ToUpperCase)),SEPARATOR('\t'),QUOTE('"'),TERMINATOR('\r\n'),UNICODE));
Yes, I think Richard is correct. It is any function that takes a single string parameter, and returns a string result.
Can you help?
@Gavin - before Jim documents this, can you confirm Richard's comment or add additional information
I think in theory anything that takes a string parameter and returns a string, and which can be constant-folded (but Gavin probably knows better).
OUTPUT(ds,,'logical_filename_here',OVERWRITE,CSV(HEADING(SINGLE,FORMAT(Std.Str.ToUpperCase)),SEPARATOR('\t'),QUOTE('"'),TERMINATOR('\r\n'),UNICODE));