SAS

[SAS] Delete imported table/dataset

Aubreyy 2022. 4. 25. 12:32
proc delete data=db;
run;
저작자표시 (새창열림)