Code: Select all
calendar(q) 1947 1
set a 2010:1 2010:4 = 2
set b 2010:1 2010:4 = 3
compute dt = 2010:2
dofor s = a b
display s(dt)
end dofor s
Code: Select all
calendar(q) 1947 1
set a 2010:1 2010:4 = 2
set b 2010:1 2010:4 = 3
compute dt = 2010:2
dofor s = a b
(01.0062) display s(<<<<
## SX17. Missing Operator or Adjacent Operands
>>>>dt)end dofor s
Code: Select all
calendar(q) 1947 1
set a 2010:1 2010:4 = 2
set b 2010:1 2010:4 = 3
compute dt = 2010:2
dofor s = a b
statistics s dt dt
display %mean
end dofor s