Data Prep Sheet

Action Principale : mbcFit

Preparation Code

Script awaiting validation
Copied!
1DATA my_cas_table;
2 call streaminit(123);
3 DO i = 1 to 200;
4 x1 = rand('NORMAL', 10, 2);
5 x2 = rand('NORMAL', 20, 5);
6 x3 = rand('NORMAL', 5, 1);
7 x4 = rand('UNIFORM') * 15;
8 OUTPUT;
9 END;
10RUN;
11 
12PROC CASUTIL;
13 load DATA=my_cas_table outcaslib="casuser" casout="my_cas_table" replace;
14RUN;
Actions using this script
  • mbc mbcFit En cours
  • No other action uses this exact script.