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 is the common work area?
Which of the following statements correctly describe the syntax of CICS command language?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
What does it mean when EIBCALEN is equal to zeros?
6 Answers ADP, IBM, L&T, Satyam, TATA,
What CICS facilities can you use to save data between the transactions?
What is the CICS Command that is used for reading a record from the TDQ?
If I create a TSQ from one transaction, can I read it from another transaction?
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
How to dsect parameter is used in bms?
What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?
What do the terms locality of reference and working set mean?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?