What is the process of converting the CICS commands into
the equivalent host language statements called?
Answer Posted / amol
I will add more as Translator is used for coverting cics
command language into understanding COBOL language. After
that You can compile the COBOL Program by using IGYCRCTL
Utility.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is frset?
In the EIB block of CICS, highlight the names of few of the important fields?
If we wish to create bms executable, what are the basic steps that the user has to go through?
For protecting a transaction using the transaction security function, the two things that must be done are?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
Explain the difference between pseudo-conversational and conversational?
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.
Define cics interface block?
What are the common cics service programs and explain their usage?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
What is meant by PPT and what are its uses?
Can you explain dfheiblk?
How vsam files are read in cics pgms?
Define the term transaction routing?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??