What is meant by a CICS task?
Answers were Sorted based on User's Feedback
Answer / bobby
execution of a CICS transaction is called a CICS task
| Is This Answer Correct ? | 3 Yes | 1 No |
What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.
What will be the length of the eibcalen ,if the transaction is used to cics first time?
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
What does EIB mean?
Name some translator and compile options and explain their meaning?
Where are transient data sets defined to CICS?
Translation Time is not reduced if the Pre-compilation is done first(True or False).
How do you terminate an already issued DELAY command?
what are the thress bms options?
Difference between TSQ & TDQ
What is a resident program?
The EIB field which gives the last CICS command executed is