⟩ Suppose a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window. How can we do this one?
data sm;
input name $ number;
datalines;
run;
dataset in created without observations but the dataset has
varibles.