Data Prep Sheet

Action Principale : annCode

Preparation Code

Script awaiting validation
Copied!
1 
2PROC CAS;
3 
4DATA casuser.my_ann_model;
5LENGTH _model_ 8;
6_model_ = 1;
7 
8RUN;
9 
10QUIT;
11 
Actions using this script
  • neuralNet annCode En cours
  • No other action uses this exact script.