Translation Time is not reduced if the Pre-compilation is
done first(True or False).
Answer / thavasi
False..
CICS translator should be executed only after DB2
pre-compiler to reduce the translator's execution time.
DB2 Pre-Compiler
|
CICS Translator
|
.....
Note: The other way execution would also complete without
any error.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the CICS command that gives the length of TWA area?
What is the effect of including the TRANSID in the EXEC CICS RETURN command?
What is some of the information available in the EIB area?
how to get 'time stamp' in cics prgms ,what is the syntax.
What is the difference between the XCTL and LINK commands?
For protecting a transaction using the transaction security function, the two things that must be done are?
What is commarea (communications area)?
What is the common work area?
Kindly specify the pic clause for the any bll cell type of data fields?
What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.
What is the use of tdq and tsq?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??