COMP?
Answers were Sorted based on User's Feedback
Answer / neeraj
comp,comp-4 both are same used for the binary
representation of the data fields.
Size of memory allocated will be based on
If 1-4 2 bytes
5-9 4 bytes
10-18 8 bytes
Pic clause is attached with COMP data types
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vampire
comp had boundaries
1-4 halfword-2bytes-16bites-4nibbles
5-9 fullword-4bytes-32bites-8nibbles
10-18 doubleword-8bytes-64bites-16nibbles
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different ways to run a COBOL DB2 program using JCL?
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
where will we code call by content and call by reference dude pls reply soon ?
What is an in line PERFORM? When would you use it? Anything else to say about it?
How To move a value to an array using move verb?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
What are differences between COBOL and java ? why we are giving more preference to COBOL ?
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.