The PUT statement enables you to write information that you specify, including text strings and variable values, to the log. Values can be written in column, list, formatted, or named output style.(footnote 1) Used as a screening device, the PUT statement can also be a useful debugging tool. For example, the following statement writes the values of all variables, including the automatic variables _ERROR_ and _N_, that are defined in the current DATA step:
'NOTE- ' is just plain text
_all_ outputs all variables in you data.
(_all_)(:) just means - supress variable names in the output. Try change it to (=);
Message was edited by: Geniz