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
how do you reference the variable block file formats from cobol programs
example for sub strings ? and refernce modifications whit output pls
What is the difference between PIC 9.99 and 9v99 in COBOL?
Write some characteristics of cobol as means of business language.
how do you reference the esds vsam file formats from cobol programs
i want a program using by if, evaluate , string, unstring, perform, occurs?
how do you reference the rrds file formats from cobol programs
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is Pic 9v99 Indicates in COBOL?
What is a SSRANGE and NOSSRANGE?
Which mode is used to operate the sequential file?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between comp and comp-3 usage?