Get Space Status (QLYGETS) API
Required Parameter Group:
| 1 | Status | Output | Char(10) |
| 2 | Error code | I/O | Char(*) |
Default Public Authority: *USE
Threadsafe: No
The Get Space Status (QLYGETS) API obtains the status of the space.
Authorities and Locks
None
Required Parameter Group
- Status
- OUTPUT; CHAR(10)
*READY Information in the space is ready to be processed. *COMPLETE Information in the space has been processed. *NONE The space does not exist. Use QLYSETS to create the space.
- Error code
- I/O; CHAR(*)
The structure in which to return error information. For the format of the structure, see Error code parameter.
Error Messages
| Message ID | Error Message Text |
|---|---|
| CPF3CF1 E | Error code parameter not valid. |
| CPF3C90 E | Literal value cannot be changed. |
| CPF9872 E | Program or service program &1 in library &2 ended. Reason code &3. |
API introduced: V2R2
[ Back to top | High-level language APIs | APIs by category ]