if a pic 9(3) value 354,b pic x(2) value '46' then
a)a>b
2)a<b
3)error
Answer Posted / piyush mani
i think it will create an error bcoz we can't compare numeric variable to non-numeric variable.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What are the different rules of SORT operation?
What the difference is between continue and next sentence?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Can we change the password using ALTER? anyone tried and changed?
What are the pertinent COBOL
what is amode(24), amode(31), rmode(24) and rmode(any)?
how do you reference the rrds file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Can we redefine the field of x(200) to less than 200?
How many bytes S(8) comp field occupy and its maximum value?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Write a program that uses move corresponding.
What is inspect in cobol ?
how do you reference the esds vsam file formats from cobol programs