if a pic 9(3) value 354,b pic x(2) value '46' then
a)a>b
2)a<b
3)error
Answer Posted / saidinesh
I accept that u can enter the value of numeric as well as
alpha numeric. but we can not give the numeric values in
cot's. please check it once...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the different rules for performing sort operation?
what are decleratives in cobol?
HOw can I get the negative sign while deduct high value from low value
What are all the divisions of a COBOL program?
Write down the divisions of cobol program?
what is the difference between COBOL2 AND COBOL390?
What is the difference between goback, stop run and exit program in cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How do we get current date from system with century in COBOL?
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.
Are you comfortable in cobol or jcl?
What are the various section in data division and briefly explain them.
What is the difference between comp and comp-3 usage?
For rewrite, why is it mandatory that file needs to be opened?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc