Specifies the location of the 2-fullword storage area in which the system will build the #DELQUE parameter list.
(Default); is the symbolic name of the storage area in which the system will build the #DELQUE parameter list.
Either a register that points to the area or the symbolic name of the area.
Specifies the 1- to 16-character queue header ID associated with the queue or queue record to be deleted.
A register that points to a field containing the id, the symbolic name of a user-defined field containing the ID, or the ID literal enclosed in quotation marks. If the queue header ID is not specified, a blank ID is assumed.
Indicates the portion of the queue to be deleted.
(Default); deletes only the current record of the queue associated with the requesting task.
Deletes all records in the queue and the queue header id.
Specifies whether this #DELQUE is conditional and under what conditions control should be returned to the issuing program:
(Default); specifies that the request is not conditional.
Specifies that the request is conditional. Control is returned if the delete cannot be serviced for one or more of the reasons listed below.
Specifies under what conditions control should be returned to the issuing program. Multiple values must be enclosed in parentheses and separated by commas. Condition options are as follows:
Specifies the symbolic name of the routine to which control should be returned if the #DELQUE request cannot be serviced because the queue header record cannot be found.
Specifies the symbolic name of the routine to which control should be returned if the #DELQUE request cannot be serviced because the record previously established as current of queue cannot be found.
Specifies the symbolic name of the routine to which control should be returned if the #DELQUE request cannot be serviced because no current of queue has been established (no resource control element exists for the queue record).
Specifies the symbolic name of the routine to which control should be returned if the #DELQUE request cannot be serviced because of an I/O error while processing the delete.
Specifies the symbolic name of the routine to which control should be returned if the #DELQUE request cannot be serviced because of an invalid parameter in the parameter list.
Specifies the symbolic name of the routine to which control should be returned if a condition specified in the COND parameter occurs for which no other exit routine was coded.
|
Copyright © 2014 CA.
All rights reserved.
|
|