What are the CICS commands associated with transient data
queue processing?
Answer / pratap kapse
WRITEQ TD - write a record to a transient data queue,
READQ TD - read a record from a transient data queue,
DELETEQ TD- remove a record from a transient data queue,
ENQ - reserve a user defined resource,
DEQ - release a user defined resource,
Is This Answer Correct ? | 0 Yes | 1 No |
Explain the uses that are associated to tsq and tdq ?
What is cics load command?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?
What is EIB. How it can be used?
How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?
Explain the difference between a symbolic map and physical map?
which transient data queue support ati?
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
What are the common tables in cics and their usage?
Explain floating maps with illustration.
Which CICS service transaction is used to gain accessibility to CICS control tables?