Reading a record from a TSQ will logically delete the
record from the Queue (True or False).



Reading a record from a TSQ will logically delete the record from the Queue (True or False)...

Answer / krishnakumar

False

Is This Answer Correct ?    18 Yes 3 No

Post New Answer

More CICS Interview Questions

Explain the function of the terminal control table?

0 Answers  


COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?

3 Answers  


Difference between TSQ & TDQ

3 Answers  


In a CICS program, how will you read a VSAM file?

0 Answers  


Explain how do you delete item 3 in a five-item tsq?

0 Answers  






how to get 'time stamp' in cics prgms ,what is the syntax.

1 Answers  


what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?

0 Answers   IBM,


What is task control?

0 Answers  


what are the differences between DFHCOMMAREA and TSQ ?

3 Answers   IBM,


What is the difference between pseudo-conversational and conversational?

2 Answers   IBM,


I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  


When would you use abend command?

0 Answers  


Categories