Hey all,
I have a program that creates a extrapartition TD Queue using the CICS CREATE TDQUEUE('xxxx') ATTRIBUTES(attrib-area). In the attribute area I am defining the dsname and ddname for th MVS dataset and a DIsposition of MOD to create if it does not already exist.
When I debug the program, I can see the dataset gets created in TSO/MVS but is not cataloged. When the program completes and the td queue is closed and disabled the td queue also is removed. If I create a dataset manually and catalog it, then do the same function as above, I retain the datset.
Am I missing an attribute in the create statement that will catalog the dataset on creation? Any help appreciated.
I have a program that creates a extrapartition TD Queue using the CICS CREATE TDQUEUE('xxxx') ATTRIBUTES(attrib-area). In the attribute area I am defining the dsname and ddname for th MVS dataset and a DIsposition of MOD to create if it does not already exist.
When I debug the program, I can see the dataset gets created in TSO/MVS but is not cataloged. When the program completes and the td queue is closed and disabled the td queue also is removed. If I create a dataset manually and catalog it, then do the same function as above, I retain the datset.
Am I missing an attribute in the create statement that will catalog the dataset on creation? Any help appreciated.