pause ** In this demonstration number 5 we show the printing.
smpl 1 1; table txt5.tbl
smpl 3 7
pause ** First we ask the output not to go to the screen, but to the printer:
ao prn
pause ** we want to print the table kern.tabl:
table kern.tbl
pause ** We als can print some time series:
pr pkrsq abap lbabpp wwqn
pause ** Please wait a moment till the printing has been finished:
pause ** We can also send time series to a WKS file, for example the file called NAAM:
out wks NAAM; pkrsq lbabpp wwqn
pause ** We want the output to screen again:
ao screen
pause ** We would like to make a graph:
draw abap lbabpp; y
pause ** Make now a graph yourself, look at it on screen, and send it to the printer via F4, or <prtscr>
pause ** Type Na enter command? draw abap lbabpp and than y  This is the end of the demonstrations. You can now practise by repeating the five demonstrations, and then make variations yourself. Type qq to leave.
