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
explain sorting techniques in cobol program?
Explain about different table spaces.
What is the Purpose of Pointer in the string?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is rmode(24)
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are various search techniques in cobol? Explain.
what are decleratives in cobol?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Write down the divisions of cobol program?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How many bytes S(8) comp field occupy and its maximum value?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is length is cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?