|
|
|
Opens the spool queue for the specified logical device number (LDEV), device
name, or device class.
Syntax
REC REC I32
AIFSPPOPENQ ( overall_status, spooler_device, user_id );
Parameters
- overall_status
- record by reference (required)
Returns the overall status of the call. A zero indicates a successful
call. A negative value indicates an error in the overall call. A
positive value indicates a warning. Refer to appendix A for meanings of
status values.
Record type: status_type (Refer to appendix B.)
- spooler_device
- record by reference (required)
The logical device number (LDEV), device name, or device class for which
a spool queue is to be opened. An LDEV number must be converted into an
ASCII character string before being passed to this routine. The name
should be left-justified and padded with blanks.
Array type: device_name_type (Refer to appendix B.)
- user_id
- 32-bit signed integer by value (optional)
The user ID assigned to a vendor at the time of purchase of the
Architected Interface Facility: Operating System product. If it is not
passed, the caller must have previously called AIFACCESSON.
Default: 0
Operation Notes
AIFSPPOPENQ is the programmatic interface for executing the
OPENQ command.
|