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 |
Why is it important not to execute a STOP RUN in CICS ?
Define RCT.
Why must all CICS programs have a Linkage Section ?
Specify cics transaction initiation process?
Into what fields will the date and time values be moved after execution of the above command?
Can we use both FSET n FRSET together in BMS? And if yes then what will happen?
What is meant by PPT and what are its uses?
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
What is CEDF?
Explain the difference between intra partition tdq and extra partition tdq?
What is the pic clause for the data type of length option field type of data fields?
Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .