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 |
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
If we wish to create bms executable, what are the basic steps that the user has to go through?
What is the type of ppt in the cics?
Can you define aica abend?
What tables must be updated when adding a new transaction and program?
When would you use abend command?
Explain how many exceptional condition can be given in a handle condition?
In a particular cics program, what is the procedure to allocate dynamic memory?
plz give the syntax for receive map and receive text cmds in cics
TSQs can be written in the Main storage or Auxiliary storage (True or False).
i would like to practise some programs in code some cics programs plz send the programs