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 |
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 two outputs created as a result of generation of a map?
Explain the difference between pseudo-conversational and conversational?
Explain the use of DCT ?
Looking at an CICS module how would one will identify that it is pseudo or full conversational?
Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.
Define floating maps with illustration?
can anyone tell me about paginglogic in CICS,Please?
What is a logical message in CICS?
What do you do if you do not want characters entered by the user to be folded to uppercase ?
What is the content of the PPT entry?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?