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 |
What are the types of important programs that are used in the cics?
What is Tclass in cics?what is its importance? How it is implemented?
What are the three BMS options ?
which transient data queue support ati?
Can you define cemt?
How errors are handled in CICS programs?
How do you access storage outside your CICS program?
How is the stopper byte different from an auto skip byte ?
how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
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 ?
If I create a TSQ from one transaction, can I read it from another transaction?
Explain how DSECT parameter is used in BMS ?