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 |
If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)
what is 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?
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
Explain the difference between link and xctl?
What is a Logical Unit of Work (LUW)?
List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?
The READ command with INTO option will read the record specified into the data area specified (True or False)
What is MDT?
Explain how do you access storage outside your cics program?
which transient data queue support ati?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Different types of BMS Macros