Releases a currently enqueued resource for use by another task.
Sintaxe:

Descrição:
DEQ causes a resource that is currently enqueued by the task to be released for use by other tasks.
If a task enqueues on a resource but does not dequeue from it, CICS automatically releases the resource during syncpoint processing or when the
task is terminated.
A resource in the context of this command is any string of 1 through 255 bytes, established by in-house standards to protect
against conflicting actions between tasks.
When the DEQ command is issued, the resource that is to be released must be identified by the method that is used when enqueueing on the resource.
If no enqueue has been issued for the resource, the dequeue is ignored.
If more than one ENQ command is issued for a resource by a task, that resource remains owned by the task until the task issues a matching number of
DEQ commands.
The following examples show how to dequeue from a resource: