Hi All, I've got Maheshvaran's script successfully running but all the the files have some problematic trailing blanks. Looks as though it's totaling 32 characters so if my Table name only has 10 characters there will be 32 blanks. I'm a little new to SAS so I'm having trouble figuring out how to get rid of the blanks. I assume I could use something a long the lines of myfile=trim(right(Table)) and then do OUTFILE="&myfile..csv" but I don't know how to create this myfile variable in SAS, or if I'm even on the right track. Any help would be appreciated.
... View more