Data Prep Sheet

Action Principale : checkOutObject

Preparation Code

Script awaiting validation
Copied!
1 
2PROC CAS;
3caslib mycas path='/tmp/mycas' dataSource={srcType='path'};
4 
5DATA mycas.cars;
6SET sashelp.cars;
7 
8RUN;
9 
10QUIT;
11 
Actions using this script
  • accessControl checkOutObject En cours
  • No other action uses this exact script.