Explain re-entrancy as applies to CICS.
Answer / chudar
the program which doesn't modify itself, so can be reentred
after inturuction by os. and is used in mutithreading region
| Is This Answer Correct ? | 2 Yes | 1 No |
What is the primary aspect of CICS?
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
What is the command that is used to add a new record to the file?
Explain the usage of language in the ppt entry?
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 are the 3 common ways to create maps?
Which transient data queue supports ATI?
What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
When you do a START, what will the value of EIBCALEN?
What are some of the cics commands associated with interval control?
What is the component?what are the different components there using cobol and cics