IBM Version 4 Universal Remote User Manual


 
Cᑍ List entries
C
C MOVE QSYCV CONTIN_HDL 2
C EXSR GETLST
C MOVE QUSIS LST_STATUS
C END
C END
C ELSE
C
Cᑍ And if an unexpected status, log an error (not shown) and exit
C
C EXSR DONE
C END
C END
C ENDSR
Cᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍ
C GETLST BEGSR
C
Cᑍ Call QSYLOBJP to generate a list
Cᑍ The continuation handle is set by the caller of this
Cᑍ subroutine.
C
C CALL QSYLOBJP
C PARM SPC_NAME
C PARM 'OBJP2' MBR_LIST 8
C PARM USR_PRF
C PARM OBJ_TYPE
C PARM CONTIN_HDL 2 3
C PARM QUSEC
C
Cᑍ Check for errors on QSYLOBJP
C
C QUSBAVL IFGT
C MOVEL 'QSYLOBJP' APINAM 1
C EXSR APIERR
C END
C ENDSR
Cᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍᑍ
C INIT BEGSR
C
Cᑍ One time initialization code for this program
C
Cᑍ Set Error Code structure not to use exceptions
C
C Z-ADD 16 QUSBPRV
C
Cᑍ Check to see if the User Space was previously created in
Cᑍ QTEMP. If it was, simply reuse it.
C
C CALL 'QUSROBJD'
C PARM RCVVAR
C PARM RCVVARSIZ
C PARM 'OBJD1' ROBJD_FMT 8
C PARM SPC_NAME
C PARM 'ᑍUSRSPC' SPC_TYPE 1
C PARM QUSEC
C
Cᑍ Check for errors on QUSROBJD
B-110 System API Programming V4R1