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
how to access the file from prodution from changeman tool and to submit a file to production
What are the different open modes available in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the local-storage section?
Why occurs cannot be used in 01 level in COBOL?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the Purpose of Pointer in the string?
How to remove 2 duplicate records and copy only one using job control language?
What rules are followed by the search verb.
Can a Search can be done on a table with or without Index?
example for sub strings ? and refernce modifications whit output pls
What is the compute verb? How is it used?
Explain how you can characterize tables in cobol?
What is the difference between Call and a Link?
A table has two indexes defined. Which one will be used by the SEARCH?