"List" and "Cards" problem
Posted: Tue Aug 03, 2010 7:30 am
I have the following problem in a procedure. The follwoing code
results in the following output
Doing something like
works without any problems. I am even more confused why the cards-command is not working, since I copy-pasted it from another procedure where it works well! Any suggestions where my mistake is?
Code: Select all
disp lnfac %rows(factors)
list index = 1 to lnfac
graph(key=below,klabel=F_lab,header="Factors estimated by Kalman filter (2nd step)") lnfac
cards factors(index) from to
Code: Select all
3 3
## MAT15. Subscripts Too Large or Non-Positive
The Error Occurred At Location 0843 of GETKFFACTORS
Line 42 of GETKFFACTORS
Line 47 of FACTOR
Code: Select all
graph(key=below,klabel=F_lab,header="Factors estimated by Kalman filter (2nd step)") lnfac
# factors(1) from to
# factors(2) from to
# factors(3) from to