Menu principal                 [Fechar]


CICS Manual do Usuário - DELETEQ TD


Volta a página anterior

Volta ao Menu Principal


Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

DELETEQ TD

Deletes an intrapartition transient data queue.

Sintaxe:

Descrição:

DELETEQ TD deletes all the transient data that is associated with an intrapartition queue.
All storage that is associated with the queue is released (deallocated).
Note that you cannot use this command to delete an extrapartition transient data queue.

Opções:

    QUEUE(name)
  • Specifies the symbolic name, up to four characters, of the queue that is to be deleted.
  • If the SYSID option is not used to specify a remote SYSID, this queue must have an entry in the Transient Data Definitions (TDD).
    SYSID(name)
  • Specifies on which CICS region the DELETEQ is to run.
  • The SYSID name contains one through four characters.
  • For a full description of the SYSID option, refer to SYSID.
  • If the SYSID option is not specified, it defaults to the value that is in the RemoteSysId attribute of the TDD entry for the queue that is requested in the QUEUE option.

Condições:

    DISABLED
  • Occurs when the queue has been disabled.
  • Ação pré-definida: Terminates the task abnormally.
    IOERR
  • Occurs if an I/O error occurs during the transient data operation.
  • Any program that attempts to process an IOERR condition for a recoverable resource must not issue a RETURN or a SYNCPOINT command but must terminate by issuing an ABEND command.
  • A RETURN or SYNCPOINT command causes CICS to commit changes to other recoverable resources, and can cause the overall state of the transaction to be incorrect.
  • See Processing the IOERR condition for information about handling the IOERR condition.
  • IOERR can occur for recoverable intrapartition TD queues if the file server has been restarted while CICS is still running.
  • Ação pré-definida: Terminates the task abnormally.
    ISCINVREQ
  • Occurs if the remote system indicates a failure that does not correspond to a known condition.
  • Ação pré-definida: Terminates the task abnormally.
    NOTAUTH
  • Occurs for the following conditions:
    • A resource security check is unsuccessful on QUEUE(name).
    • SYSID is specified by a transaction that is defined with the RSLCheck attribute set to either internal or external.
  • Ação pré-definida: Terminates the task abnormally.
    QIDERR
  • Occurs if the symbolic destination that is to be used with a DELETEQ TD command cannot be found.
  • Ação pré-definida: Terminates the task abnormally.
    SYSIDERR
  • Occurs if a problem with the communications configuration prevents the DELETEQ from proceeding. For example:
    • The connection that is named in the SYSID option is not the name of a Communications Definition (CD) entry.
    • The SYSID option references a CD entry that is incorrectly configured.
    • The SYSID option references a CD entry that is marked as out of service.
  • It can also occur if the connection to the remote system is closed.
  • This can be because the remote system is not available.
  • Ação pré-definida: Terminates the task abnormally.

Informações relacionadas:



© Copyright IBM Corp.