I have a piece of SAS code that make some calculation, and to finish, add a line to a table "T", when I run the code on sas enterprise guide, gives the error below, after a "proc transpose" step, and no line is added to the table "T" but when I run a stored process, having the same code, it doesn't return the error, and the line is added to the table "T" anyone ever dealt with the same situation?
... View more