How to test CICS, MainFrame applications
Answers were Sorted based on User's Feedback
Answer / mani
InterTest : To Test CICS programs.
Xpediter : To Debug batch programs
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anna
all are good
but you can also used CECI transaction.
| Is This Answer Correct ? | 0 Yes | 3 No |
cics command level is?
Explain how do you dynamically set the cursor position to a specific field?
What is the meaning of the eibaid field?
How is the stopper byte different from an auto skip byte ?
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)
What is the comaera (communication area)?
Can you use occurs in bms map?
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
define the field with ic in the bms map.
What will happen if the TDQ that you want to delete is not in the DCT?
Can you define mapset?