Is it possible to mutliply a comp variable with an comp-3
variable. Will there be any error if i do it?
Answer Posted / lu
yes, but never do it, you always multiply COMP with COMP
and COMP-3 with COMP-3....when you want to display : move
COMP to pic 9 (extend field) and comp-3 to pic 9 (extend
field)
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the local-storage section?
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?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Explain about different table spaces.
Which is not true about evaluate statement
Which mode is used to operate the sequential file?
Why did you choose to work with ibm mainframe cobol programming?
What is perform what is varying?
What is rmode(any) ?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What guidelines should be followed to write a structured cobol prgm?
What is a SSRANGE and NOSSRANGE?
How do you reference the fixed block file formats from cobol programs