Page 30 - SAS_manual
P. 30
Cards; output should be
A 10
B 20
C 30
D 40
E 50
F 60
G 70
H 80
I 90
J 100
K 101
L 102
M 103
;
Solution:
Output:
By using FIRSTOBS=4 and OBS=9 in INFILE statement compiler decides to read data from 4 record
th
and specifies the number of the last observation to process respectively.
SAS HANDBOOK | VISIT:: http://nikhilanalytics.com 30