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 |
difference between tsq and tdq?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
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...
Explain how pa key is different from pf key?
What is the common work area?
What is the command that is used to delay the processing of a task for a specified time interval
What are the three BMS options ?
What is the common systems area?
Have you entered any program names in PPT or PCT? If so How?
How do you place the cursor on a particular position on the screen?
List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?
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??