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"
Have you checked the length using sas management console? Maybe database and metadata are out of sync.
Have you checked the length using sas management console? Maybe database and metadata are out of sync.
Thanks.. now working after updating metadata
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.