Fiche Data Prep

Action Principale : addNode

Code de préparation

Script en attente de validation
Copié !
1PROC CAS;
2 BUILTINS.listNodes RESULT=r1;
3 PRINT r1;
4 RUN;
5
6 BUILTINS.addNode / node={"mynewworker.example.com"};
7
8 BUILTINS.listNodes RESULT=r2;
9 PRINT r2;
10 RUN;
11 QUIT;
Actions utilisant ce script
  • builtins addNode En cours
  • Aucune autre action n'utilise ce script exact.