📚 Practice Mode
SAS Programming Fundamentals
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
PROC SORT data = lib.temp out = temp2; By subjid; Run; In which library temp2 is made?
- work
- sasuser
- lib
- syntax error
SAS Programming Fundamentals
Learn at your own pace with hints and detailed explanations
PROC SORT data = lib.temp out = temp2; By subjid; Run; In which library temp2 is made?