Appendix F. Batch Application Program Interface (API) 631
1st ed., 6/30/04 - 312579601
• Register (15): stores QCDS request return codes.
Syntax
The syntax for the QCDS request is:
Parameters
label
label indicates a user-defined assembler label.
REQUEST
request indicates to access a library element record area.
OPEN
specifies to open a library element area and move to the first record of the area.
READ
specifies to retrieve the next group of library element records.
CLOSE
specifies to close a library element area.
This parameter is required.
TYPE
type indicates a library element record area type.
ACS
specifies the ACS/LSM record area
CAP
specifies the CAP record area
CDS
specifies the CDS information record area
CFG
specifies the configuration record area
DRV
specifies the drive record area
label SLSUREQ QCDS ,REQUEST=request ,TYPE=type ,BUFFER=buffer
,BUFLEN=buflen ,TOKEN=token ,DDNAME=ddname ,UCALADR=rtnaddr
,MF=
(E,parmaddr)
L