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 |
Without using move verb how to move one variable to another.
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
what are the working storage fields in BMS macro?
What are the pertinent COBOL
db2 variable decimal(15,2) what is the equalent size of cobol variable
what is the diff b/w select stsmt and cursor ?
Can printer files (having 133 characters) be of variable length?
What is sqlca and why is it needed in any cobol-db2 program?
example for sub strings ? and refernce modifications whit output pls
0 Answers College School Exams Tests, IBM,
What are various search techniques in cobol? Explain.
What is rmode(any) ?
How can we know that cobol program is using report file or simple file....?