data casuser.my_data_table;
do id = 1 to 10;
value = ranuni(0);
output;
end;
run;
data casuser.my_annotation_table;
do id = 1 to 10 by 2;
annotation = "annotated";
output;
end;
run;
Aktionen, die dieses Skript verwenden
activeLearn
alJoin En cours
Keine andere Aktion verwendet dieses genaue Skript.