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 |
The first step in the development of an application system is the Requirement Analysis(True or False).
How is dynamic memory allocated within a CICS application program?
Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)
Explain the difference between a package and a plan.
Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?
Can you define cemt?
What is the cics command that is used to access current date and time?
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
What is Tclass in cics?what is its importance? How it is implemented?
Can you define bms?
Once a transient data queue is read, can it be reread?
What is the command used to request notification when the specified time has expired?