Reading a record from a TSQ will logically delete the
record from the Queue (True or False).
Explain the function of the terminal control table?
COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?
Difference between TSQ & TDQ
In a CICS program, how will you read a VSAM file?
Explain how do you delete item 3 in a five-item tsq?
how to get 'time stamp' in cics prgms ,what is the syntax.
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
What is task control?
what are the differences between DFHCOMMAREA and TSQ ?
What is the difference between pseudo-conversational and conversational?
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
When would you use abend command?