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;
SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. ® indicates USA registration. WeAreCAS is an independent community site and is not affiliated with SAS Institute Inc.
This site uses technical and analytical cookies to improve your experience.
Read more.