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 databases that CICS can access?
Explain how do you access storage outside your cics program?
How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?
How do you fire a batch job from a CICS transaction ?
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
why we code ACCUM parameter in cics send time
Explain the term Transaction routing?
Which commend used for terminating a browser operation?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Define RCT.
can there be multiple mapsets for a single program?