COMP field occupy ?
Answers were Sorted based on User's Feedback
Answer / anil prajapati
internally it will store space like as
s9(n) comp where n is as
0-4 --->2 bytes
5-9 --->4 bytes
10-18 ---> 8 bytes
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / prakash shrivastava
comp is a binary storage format.....
0-4 2 bytes-1/2 word
comp is binary storage format...
it occupy--
0-4 2 bytes-1/2 word
5-9 4 bytes-1 word
10-18 8 bytes-2 word
| Is This Answer Correct ? | 4 Yes | 0 No |
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
Write a program to concert an Indexed file into Sequential file?
Why would you use find and get rather than to obtain?
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
Explain the configuration section of a cobol program with examples of syntax.
What is the point of the REPLACING option of a copy statement?
how to display comp3 variables reply soon ?
1.Can we define condition-name conditions in FD entry.
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
What is perform what is varying?
What is the difference between SEARCH and SEARCH ALL?