Explain the mdt in cics?
No Answer is Posted For this Question
Be the First to Post Answer
How do you access storage outside your CICS program?
Which is the program which determines whether a transaction should be restarted ?
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?
What is the difference between EXEC CICS HANDLE CONDTION and an EXEC CICS IGNORE command?
Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?
Can we define an alternate index on VSAM/RRDS ?
What are the main topics in CICS to prepare for interview purpose and for real time purpose?
In CICS, BMS what is the use of FREEKB parameter
Can you explain multitasking and multithreading?
Explain the primary function of the processing program table (ppt)?
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?