Have you used comp and comp-3 in your project? And how?
No Answer is Posted For this Question
Be the First to Post Answer
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
How To move a value to an array using move verb?
what is the use of comp2 ? where can we use it with example ?
What is amode(24)?
why we are using set in searchall?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
What are the various section in data division and briefly explain them.
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
BY seeing a program how can we say that it is static call or dynamic call
COMP?
how to crack cts interview apps? NOVEMBER 21 2010
What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?