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 / chandrakant sinha
90 will be the output
No error will be generated.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
In which area will you utilize 88 level items in cobol?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Difference between array and sub-script ?
In COBOL programming, what is PERFORM? What is VARYING?
What are the pertinent COBOL
how to convert the recors form vsam file to db2 table tru file aid
What is the difference between goback, stop run and exit program in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Name some of the examples of COBOl 11?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How arrays can be defined in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
For rewrite, why is it mandatory that file needs to be opened?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?