Action Principale : checkOutObject
| 1 | PROC CAS; |
| 2 | caslib mycas path='/tmp/mycas' dataSource={srcType='path'} SESSION=true; |
| 3 | datastep.runCode / code='data mycas.cars; set sashelp.cars; run;'; |
| 4 | ACCESSCONTROL.updSomeAcs caslib='mycas' TABLE='cars' grants={{grant='select', group='public'}}; |
| 5 | RUN; |