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 |
write a program to eliminate duplicate records in a input file and send them to output file.
why we are using set in searchall?
What is difference between COBOL and VS COBOL II?.
How is sign stored in a COMP field ?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
How do you reference the fixed block file formats from cobol programs
can I copy book which contain db2 statment in procedure divion?
Can we use redefine clause in occurs clause?
can we write paragraph in area B .....
waht is inspect verb? where it can be in real time?
can i use multiple when statements in search & search all ? justify ur answer?
How may divisions are there in JCL-COBOL?