Sep 30, 2011

47

The following SAS program is submitted:


proc datasets lib = sasuser; contents data = class varnum; quit;
Which one of the following is the purpose of the VARNUM option? A. to print the total number of variables
B. to print a list of the variables in the order they were created
C. to print a list of the variables in alphabetic order
D. to print a list of variable names

No comments:

Post a Comment