News
It was created with the following SAS statements: libname mydata 'your-SAS-library'; data mydata.classes; input lastname $ 1-10 firstnme $ 15-25 class $ 30-50; cards; AMMER DAVID PRESENTING IDEAS ...
For example, the following input produces a SAS data set plus PROC CONTENTS output: data oranges; input variety $ flavor texture looks; cards; navel 9 8 6 ; proc contents data=oranges; run; has the ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results