Yea, i got a problem with teh data step of definition. With a proc sql proc sql; select cats(nvar) into :nvars from sashelp.vtable where memname=’ABT_DUMMY’; proc sql; select cats(nobs) into :obs from sashelp.vtable where memname=’ABT_DUMMY’; Works well, the problem was the symput and the blanks. Thanks.
... View more