can anyone explain me the concept of COMP-4 PLEASE??
Answers were Sorted based on User's Feedback
Answer / sravani
comp& comp-4 are same. binary representation of data item. memory as like this
s9(1)-s9(4): half word that is 2 bytes
s9(5)-s9(9): full word that is 4 bytes
s9(10)-s9(18): double word that is 8bytes
Is This Answer Correct ? | 6 Yes | 0 No |
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
What is LENGTH in COBOL II?
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
Which is not true about evaluate statement
How to display string in the reverse order using occurs clause?
What is the default value of DISP for temp datasets
What is the difference between SEARCH and SEARCH ALL?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
When is inspect verb is used in cobol?
can we redefine 77 level item is it possible
what is meant by binary search?