pause ** In this demonstration number 2 we will make a base line for the years 3 to 9 . First we read the data, followed by comment.:
r e1-9.dmi
smpl 1 1; table txt2.tbl
smpl 3 9
load en(ibmvn) en(bmvn) en(liqwp); 3*0;
calc vhmvnt= -60
calc tbauwnt=tbauwn +90
pause ** Please wait for a moment, when the computer is making the calculatings.
sim p;y
calc lbwn=lbwn(-1)*(1+lbabpp/100)*(aban/aban(-1))
calc gdogwn=gdbown+mown+down-gdobwn-cmown-iown
set format F7.0
pause ** We will store the results of the historical simulations on the file refpad, which we will give the complete title:"Baseline 3-9".
w refpad.dmi
** documenting text string for DMI ?
'Baseline 3-9'
pause ** We will look at some results, and use the ready-made table:
table kern.tbl
pause ** The end of demo2. To leave MACMICS type qq <return>, to start demo 3 type   ai demo3 <return>
