Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...I think this forum rocks it has saved my bacon many many times..."

Geography

Where in the world do Tek-Tips members come from?

CICS Extrapartiton TD Queue retention

taylortek (Programmer)
23 Jul 04 0:49
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.
stevexff (Programmer)
26 Jul 04 7:54
Default retention action for a NEW dataset is DELETE,DELETE. So it looks like you need MOD,CATLG to make sure it gets kept, or even MOD,CATLG,CATLG to make sure it gets kept even if your region abends.

What are you writing to extrapartition TD, and how important is it? Extrapartition TD is not recoverable, and if you are writing a lot of it the QSAM I/O performance is terrible. Can't you find a better/safer/more efficient place to write it?
taylortek (Programmer)
26 Jul 04 11:12
Steve,

This original issue is the need to create and write an MVS dataset from within CICS. I was trying not to have to add an Assembler program to DYNALLOC the dataset. Even doing the create TDqueue with the MOD disp generates a (Mod,delete,delete), so once you close and disable the TDqueue, the dataset is deleted.

If you know of any other tricks of creating an MVS dataset and writing to it directly from CICS, please let me know. Submitting to the internal reader is not an option either in this installation..

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close