What is transient data?
Answer / guest
the transient data is sometimes called transient data queue
( TDQ ) , while other times it is called transient data
destination. the word queue is used becoz the records in d
transient data r put together in the sequential mode .
the CICS transient data control program ( TDP ) allows a
CICS transaction to deal with sequential data called
transient data files or transient data . a tarnsient data
can be used as either an input data ( tranaction can read
the records ) or an output file ( i.e. a transaction can
write the records ) , but not both.
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the naming conventions for the Temporary Storage Queues?
Explain the difference between start and xctl?
What is meant by an AICA ABEND?
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?
What is the meaning and use of the EIBAID field?
Can you define cics task?
what are the reserved words for cics?
I have the transaction name for cics screen.. With the transaction name, how will I find the cics program written for the transaction and BMS map program also...
Tsqs can be written in the main storage or auxiliary storage? State true or false
What is the common systems area (CSA)?
Define an asra?
In a CICS program, how will you read a VSAM file?