BPX1PAS (pause) example

The following code suspends execution of the invoker's thread until a signal is delivered. For the callable service, see pause (BPX1PAS, BPX4PAS) — Suspend a process pending a signal. AMODE 64 callers use BPX4PAS (pause) example.
                                              
         CALL  BPX1PAS,              Suspend execution                 +
               (RETVAL,              Return value: -1 or not return    +
               RETCODE,              Return code                       +
               RSNCODE),             Reason code                       +
               VL,MF=(E,PLIST)       ----------------------------------