h****9 发帖数: 26 | 1 Item 30 of 70 Mark item for review
You're attempting to read a raw data file and you see
the following messages displayed in the SAS Log:
NOTE: Invalid data for Salary in line 4 15-23.
RULE: ----+----1----+----2----+----3----+----4----+----5--
4 120104 F 46#30 11MAY1954 33
Employee_Id=120104 employee_gender=F Salary=. birth_date=-2061 _ERROR_=1 _N
_=4
NOTE: 20 records were read from the infile 'c:\employees.dat'.
The minimum record length was 33.
The maximum r |
x***i 发帖数: 135 | |
h****9 发帖数: 26 | 3 非常感谢 Metcalf 的答案。能否请解释一下30题,为什么是 B.
An execution error, 而不是A compiler error,
另外,the initial value of the variable 总是missing吗?为什么不是0呢? |
h****9 发帖数: 26 | 4 非常感谢 Metcalf 的答案。能否请解释一下30题,为什么是 B.
An execution error, 而不是A compiler error,
另外,the initial value of the variable 总是missing吗?为什么不是0呢? |
f********m 发帖数: 197 | 5 关于32,我也不是非常sure,但根据今天读的一些信息的理解,想跟你讨论一下。好像
PDV中储存的variable有retained和non-retained两种,retained variable会
initialize为0。但是我不知道是不是在compile这一步就是0还是先missing,执行第一
个data loop的时候设为0?我倾向选C。。。 |