SAS Adv 模拟 130.docVIP

  • 55
  • 0
  • 约5.87万字
  • 约 37页
  • 2016-12-02 发布于河南
  • 举报
SAS Adv 模拟 130

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 TS

文档评论(0)

1亿VIP精品文档

相关文档