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 |
What are the divisions in a cobol program?
diffrence between z(2) and z9(2)
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
what is the difference between COBOL2 AND COBOL390?
How do you reference the fixed block file formats from cobol programs
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
COMP-3 field occupy ?
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
)what is retrieve?
Hai friends why we need to read a file before re-write a record?