BPX4ANR (accept_and_recv) example

The following code schedules an alarm in 5 seconds. For the callable service, see alarm (BPX1ALR, BPX4ALR) — Set an alarm. AMODE 31 callers use BPX1ALR (alarm) example.
                                              
         MVC   SECONDS,=F'5'                                            
         SPACE ,                                                        
         CALL  BPX4ALR,              Schedule Alarm                    +
               (SECONDS,             Input: Time before SIGALRM        +
               RETVAL),              Return value: 0 or -1             +
               MF=(E,PLIST)          ----------------------------------