I have a problem about "call", I have such code:
**********
call 1.kix
call 2.kix
call 3.kix
quit
**********
Is 2.kix will be called until 1.kix is completed? Is it possible that 2.kix and 1.kix are called on same time?