📚 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?

  1. work
  2. sasuser
  3. lib
  4. syntax error