Answer Posted / 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 |
Post New Answer View All Answers
Difference between array and sub-script ?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Name some of the examples of COBOl 11?
) how do u code after getting data?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
example for sub strings ? and refernce modifications whit output pls
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Difference between cobol and cobol-ii?
State the various causes of s0c1, s0c5 and s0c7.
In COBOL programming, what is PERFORM? What is VARYING?
What is redefines clause in COBOL?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Differentiate between structured cobol programming and object-oriented cobol programming.
how to move the records from file to array table. give with code example