If i have a variable
A pic 9(2) value 10
Compute A = a - 100
what will be the value of A and will there be any error
becoz of the Negative value
Answer Posted / kiran
90 ill come "-" sign wont come bcoze we didnt mention A as a
signed variable
ex
A pic s9(2)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Name the sections present in data division.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
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
how do you reference the rrds file formats from cobol programs
How do you differentiate between cobol and cobol-ii?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What kind of error is trapped by on size error option?
what is the difference between COBOL2 AND COBOL390?
What is a SSRANGE and NOSSRANGE?
i need a small 3d program using inline and outline.
Which is not true about evaluate statement
What is a report item?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?