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 |
what is effect on receive map when
In which table would you make an entry for a BMS map?
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
Can you explain cics transaction gateway?
In a CICS program, how will you read a VSAM file?
What are the CICS commands available for program control?
How are programs reinitiated under CICS ?
I have written a CICS program. What tables should I setup to run this program?
What are the types of processes to create a map in cics?
what is invreq condition?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Can you access QSAM (seq ) files from CICS ?