SAS ADV 真题 KillTest130.docVIP

  • 77
  • 0
  • 约5.59万字
  • 约 36页
  • 2017-06-21 发布于河南
  • 举报
SAS ADV 真题 KillTest130

1. Given the SAS data set ONE: ONE DIVISION SALES A 1234 A 3654 B 5678 The following SAS program is submitted: data _null_; set one; by division; if first.division then do; %let mfirst = sales; end; run; What is the value of the macro variable MFIRST when the program finishes execution? A.1234 B.5678 C.null D.sales 2. The following SAS program is submitted: data temp; array points{2,3} (10, 15, 20, 25,30, 35); run; What impact does the ARRAY statement have in the Program Data Vector (PDV)? A.The variables named POINTS1, POINTS2, POINTS3, POINTS4, POIN TS5, POINTS6 are cr

文档评论(0)

1亿VIP精品文档

相关文档