The Inquire_Task_Storage Call - IBM SC34-6814-04 Customization Manual

Cics transaction server for z/os
Table of Contents

Advertisement

RESPONSE and REASON values for
INQUIRE_SHORT_ON_STORAGE:
RESPONSE
OK
DISASTER
KERNERROR

The INQUIRE_TASK_STORAGE call

INQUIRE_TASK_STORAGE enables you to request details of all elements of
task-lifetime storage belonging to a task. You can specify the transaction number of
the task explicitly on the call, or let it default to the current task.
INQUIRE_TASK_STORAGE
DFHSMMCX [CALL,]
This command is threadsafe.
ELEMENT_BUFFER(buffer-descriptor)
LENGTH_BUFFER(buffer-descriptor)
NUMBER_OF_ELEMENTS(name4 | (Rn) | *)
TRANSACTION_NUMBER(name4 | (Rn) | *)
RESPONSE and REASON values for INQUIRE_TASK_STORAGE:
RESPONSE
OK
EXCEPTION
398
Customization Guide
[CLEAR,]
[IN,
FUNCTION (INQUIRE_TASK_STORAGE),
[TRANSACTION_NUMBER(name4 | (Rn) | *),]
ELEMENT_BUFFER(buffer-descriptor),
LENGTH_BUFFER(buffer-descriptor),]
[OUT,
NUMBER_OF_ELEMENTS(name4 | (Rn) | *),
RESPONSE (name1 | *),
REASON (name1 | *)]
defines the address and length of a buffer into which CICS returns a list of start
addresses of all the elements of task-lifetime storage belonging to either the
specified task or, by default, the current task.
The start addresses returned do not include the leading check zone. For a
description of a buffer descriptor, see buffer-descriptor.
defines the address and length of a buffer into which CICS returns a list of the
lengths of the elements of task-lifetime storage belonging to either the specified
task or, by default, the current task. The lengths returned do not include the
leading or trailing check zones.
For a description of a buffer descriptor, see buffer-descriptor.
returns the number of entries in each of the two buffers, ELEMENT_BUFFER
and LENGTH_BUFFER, as a full-word binary value.
specifies, as a 4 byte packed decimal value, the transaction number of the task
to whom the storage belongs.
If you omit the transaction (task) number, CICS assumes the current task.
REASON
None
None
None
REASON
None
INSUFFICIENT_STORAGE

Advertisement

Table of Contents
loading

Table of Contents