Hi,
I am using the following Syntax for LIBNAME STATEMENT FOR Meta Library
LIBNAME IN META LIBRARY "Lib-ref" METAOUT = DATA;run;
This works fine but when I am trying to create a new physical table I am getting the following Error.
ERROR: The Create permission is required to create tables or views in the SAS library.
I checked on unix side and it has all the access but still I am not able to create a table in Meta Lib.
Any suggestions,
Thanks.