What is the function of the CICS translator?
Answer / guest
cics translator comments out all the cics commands and
replaces them with cobol call stmts(in case if the app.
prgm is cics cobol).Also translator inserts necessary
variables and statements in the application program for
cics housekeeping purposes.
| Is This Answer Correct ? | 8 Yes | 2 No |
Name some of the common tables in CICS and their usage.
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
Explain the difference between link and xctl?
Which command is used to release a record on which exclusive control is gained?
Can you define transid?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
Explain the primary significance of intra-partition and extra-partition tdqs ?
What is the meaning of the eibaid field?
How do you make your BMS maps case sensitive?
Explain how do you establish a starting position in a browse operation?
What is Tclass in cics?what is its importance? How it is implemented?