Can you explain primary aspect of cics?
No Answer is Posted For this Question
Be the First to Post Answer
Define the term transaction routing?
When you do a START, what will the value of EIBCALEN?
What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.
plz tell me abt PF key and PA keys
What are the parameters that you have to give when you are using the CSSN transaction?
What is the syncpoint command?
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 is the MASSINSERT option?
Define RCT.
What are the types of performs in COBOL? How does perform thru work, give example.
What is interval control?
how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance