Data Prep Sheet

Action Principale : condenseImages

Preparation Code

Script awaiting validation
Copied!
1DATA pixel_data;
2 call streaminit(123);
3 DO id = 1 to 2;
4 DO i = 1 to 1024; /* 32x32 pixels */
5 r = rand('UNIFORM') * 255;
6 g = rand('UNIFORM') * 255;
7 b = rand('UNIFORM') * 255;
8 OUTPUT;
9 END;
10 END;
11RUN;
Actions using this script
  • image condenseImages En cours
  • No other action uses this exact script.