2200-insert-para
perform 8000-read-para
2200-insert-para-exit.
exit.
perform 8000-read-para
2200-insert-para-exit.
exit.
now i gave
perform 2200-insert-para thru 2200-insert-para-exit
until num-of-copies = 0.
until num-of-copies = 0.
so in 8000-read-para
i wrote
perform 2200-insert-para-exit.
then where do the control go ?
and what happens.