
Blogs
Blogs
Matching:
tdq
X

Display: |
Why the triggered transactions are not queued on the terminal?
Nageswararao V Gokavarapu
Tags:
transaction
txseries
tdq
central
triggered
terminal
fix
6,031 Views
If trigger transactions are defined for transient data queues at a trigger level and once the number of records written in the transient data queues reaches the trigger level, the trigger transaction will be invoked automatically by the TXSeries runtime. If...
from Blog: Do More with TXSeries
|
|
It's time to mind your TSQ's and TDQ's Community Blog
Over the years there have been some inquisitive CICS customers that have wanted to know more about Temporary Storage Queues (TSQ) and Transient Data Queues (TDQ) data in the world of CICS. After doing some research and chatting with a CICS developer here are...
from Blog: System z Management
|
|
TDQ/TSQ定义外部文件(刘冠军 IBM CDL CICS team)
在CICS中,我们可以为TDQ和TSQ定义外部文件,以永久存储TDQ和TSQ的内容,下面介绍具体的定义和使用方法。 TDQ定义外部文件 TDQ有四种类型分别是: • Intrapartition • Extrapartition • Indirect • Remote 这里我们介绍第二种Extrapartition, 这种类型可以将TDQ的内容写入与之绑定的外部QSAM数据集中。 1.首先创建一个QSAM文件,如下所示创建一个PS data set,注意属性设置与图中保持一致。...
from Blog: 事务中间件 CICS 原理及应用开发
|