Hi, my system currently uses scripts to run our batch jobs for EG. However we occasionally encounter table locks due to users accessing the tables therefore resulting in batch job failure. During the re-run of batch job from previous point of failure, we will then use SAS Management console to personally deny user access to the respective tables. We are currently working on the codes to be keyed in SAS EG to grant and deny access for our users through the sas scripts but we are encountering error. Can someone please assist me on how to get it started? Keyed in this line of code in SAS EG sas-show-metadata-access -profile Admin /DemoBranch/DemoFolder; Error I got from this line of code is ERROR 180-322: Statement is not valid or it is used out of proper order. When I keyed in proc sas-show-metadata-access -profile Admin /DemoBranch/DemoFolder; Error I got from this line of code is ERROR 22-322: Syntax error, expecting one of the following: ;. AUDIT, CC, CLEANUP. ERROR 76 -322: Syntax error, statement will be ignored. Thank You.
... View more