Translation Time is not reduced if the Pre-compilation is
done first(True or False).



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

Post New Answer

More CICS Interview Questions

WHAT ARE THE VERBS IN CICS EQUAL TO ACCEPT,DISPLAY,VALUE?

2 Answers  


I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  


What is the general Command format of CICS ?

1 Answers   Amdocs,


How do you enter into cics region and how many regions available?

1 Answers   Cap Gemini,


how do you intitiate another transaction?

0 Answers   IBM,






when will be use the tdq and tsq??

0 Answers  


Which is the CICS control program which governs the flow of control among the CICS application

2 Answers  


What is the name of the facility provided by CICS to free the application program form the problems caused

1 Answers  


Do you receive the attribute byte in the symbolic map?

2 Answers   IBM,


how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?

2 Answers   Patni,


Explain the different system tables used in cics?

0 Answers  


How do we pass parameters into a CICS –DB2 program

0 Answers   Accenture, JPMorgan Chase,


Categories