How do you read from a TSQ?
Answer / anna
READQ TS
exec cics
READQ TS QUEUE(name)
INTO(data-area)/or
SET(ptr-ref)
LENGTH(data-area)
NUMITEMS(data-area)/or
NEXT/or
ITEM(data-value)
SYSID(systemname)
end-exec.
| Is This Answer Correct ? | 6 Yes | 0 No |
Define TCT.
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?
What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?
whar is the difference bwn LINK() and XCTL()?
7 Answers Cap Gemini, CGI, IBM,
With the use of an alternate index, how is a VSAM file accessed?
What is the pcp in the cics?
Can you use DYNAMIC calls in CICS ?
Highlight the difference between a symbolic map and physical map?
what is effect on receive map when
define the field with ic in the bms map.
What are different ways of initiating transaction in CICS ?
Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?