i am trying to use dictionary.columns for one of SAP permanant library, which throws a error. proc sql; select * from dictionary.columns where libname = 'SAP-Library' and name= 'column_name' ;quit; the program fails and generating error "Incorrect length in SAS Metadata Repository for column FPROD"
... View more