Features: |
LIST USERS/LOCKING statement SET USER/LOCKING statement SHOWLIBNAMES statement |
libname example sasspds host='sunburn' serv='6100' user='sassyl' passwd='abc123' aclspecial=YES; proc spdo lib=example; list users/locking;
Users Currently Connected to the Record Level Proxy SPDUserName Client Login Thread Id ---------------------------------------- ANONYMOU SASTEST 7 TEST SASTEST 8
set user/locking anonymou threadid=7;
NOTE: User ANONYMOU connected to record level proxy operator port with thread=7.
showlibname _all_;
LIBREF(LOCKING):Pathname assigned=/bigdisk/test/qabig1/ LIBREF(LOCKING):ACL Owner= LIBREF(LOCKING):ACL Defaults(R,W,A,C)=(Y,Y,Y,Y)
showlibname LOCKING/data=_all_;
NOTE: No data sets currently opened for LIBREF LOCKING.