Do you require a table entry for a TSQ?
Answers were Sorted based on User's Feedback
Answer / chandan
TSQ doesn't need a table entry, but if you want to save the
data permanently, then it must have a table entry.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / mahesh
Not mandatory.But we have ..the table name is Temporary
Storage Table.
| Is This Answer Correct ? | 0 Yes | 2 No |
For multithreading an application program need not be re- entrant(True or False).
What is the function of the EXEC CICS HANDLE CONDITION command?
Define an aica abend?
plz give the syntax for receive map and receive text cmds in cics
Particular area has been affected in cics screen, what is the process to find?
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
Mention the option (along with argument type) used in a CICS command to retrieve the response code
Can you explain multitasking and multithreading?
Which CICS service transaction is used to gain accessibility to CICS control tables?
What is the use of tdq and tsq?
how can we display negative sign in a map?
What is the command that is used to add a new record to the file?