If we wish to create bms executable, what are the basic steps that the user has to go through?
What is mainframe cics?
Looking at an CICS module how would one will identify that it is pseudo or full conversational?
What is Tclass in cics?what is its importance? How it is implemented?
Explain what is the massinsert option?
What is the difference between EXEC CICS HANDLE CONDTION and an EXEC CICS IGNORE command?
What is CEBR?
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
Explain the difference between physical map and symbolic map?
How do you invoke other programs? What are the pros and cons of each method?
What is the process of converting the CICS commands into the equivalent host language statements called?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
If we wish to create bms executable, what are the basic steps that the user has to go through?