What are the differences between an EXEC CICS XCTL and an
EXEC CICS LINK command.
Answer / mahesh
Its all about the program logical level.
PLL will be incremented in LINK (Control will come back)
PLL will be the same in XCTL.(Control wont come back)
| Is This Answer Correct ? | 17 Yes | 1 No |
Can you define cemt?
Explain cedf transaction commands?
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
Explain what is a cursor in cics sql processing?
What is BMS?
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
Define communication area?
Is there any entry for TSQs in CICS tables?
Explain the primary significance of intra-partition and extra-partition tdqs ?
CICS and DB2 can exist in the same region under the Operating system (True or False)
Translation Time is not reduced if the Pre-compilation is done first(True or False).
Can dynamic calls be used in CICS?