this line controls what appears in the output report/text file.
> 33 put owner '/directory/smith.txt';
You should replace that with this[pre] put (_all_)(' ') ;[/pre] This puts all variables of sasuser.all_files into the output.
To print just your chosen list of data columns, replace (_all_)(' ') with that list .
good luck
... View more