Menu
CAS Actions
Q&A Base
Data Sets
Français
English
Deutsch
Español
Data Prep Sheet
Action Principale :
actionSetToTable
Preparation Code
Script awaiting validation
Copied!
Copy
1
2
PROC CAS
;
3
ACTION
BUILTINS
.defineActionSet / name=
'myCustomActions'
definition={{
ACTION
=
'hello'
, parms={{name=
'name'
, type=
'string'
}}, code=
'print("
Hello,
" .. _parms_["
name
"]);
4
'}};
5
6
RUN
;
7
8
QUIT
;
9
proc cas; action builtins.defineActionSet / name='myCustomActions' definition={{action='hello', parms={{name='name', type='string'}}, code='print("Hello, " .. _parms_["name"]);'}}; run; quit;
Actions using this script
builtins
actionSetToTable
En cours
No other action uses this exact script.
Copyright © WeAreCAS 2023-2025
This site uses technical and analytical cookies to improve your experience.
Read more
.
Continue without accepting
I understand