ERROR: Variable groupuri is uninitialized. #56
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The following error affects the
/public/viewdata
service, only when running on SAS 9 EBI against a metadata table for which a physical table does not exist (or cannot be read using the META engine):The root cause is the implementation of STRICT MODE: https://core.sasjs.io/mp__init_8sas.html
The fix is to simply instantiate those variables, which will enable an empty set of tables to be displayed to the user.