If you use the OPTIMIZE compiler option the size of the
program can be reduced by 5 to 10%(True or False)
Answers were Sorted based on User's Feedback
Answer / aeon533
SIZE OF THE PROGRAM is a very harsh term to the ideal one
(Object code):-). it basically reduces the run time of the
object code. optimization may also reduce the amount of
main storage your object program uses. But the disadvantage
is that it takes more time while compiling.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is trigger level in the context of TDQs?
Explain the difference between a physical bms mapset and a logical bms mapset?
What is the common work area?
Explain the difference between and exec cics xctl and exec cics start command?
How do u know if a start command intiated a transaction or a terminal intiated a transaction
Mention the option used in a cics command to retrieve the response code after execution of the command?
Explain how do you intitiate another transaction?
If I create a TSQ from one transaction, can I read it from another transaction?
Can you define attribute byte?
explain abt types of maps? and explain
Is it possible start a transaction CICS from job Batch? How do it?
How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?