IBM MainFrame Question:
Download Job Interview Questions and Answers PDF
if a pic 9(3) value 354,b pic x(2) value 46 then
a)a>b
2)a<b
3)error
Answer:
As picture clause for variable b is x(2), which means that
it can accept both numeric and characters of length 2, but
the care we should take here is that we should enclose them
in the single quotes, therefore to my expectation option b
is write.
it can accept both numeric and characters of length 2, but
the care we should take here is that we should enclose them
in the single quotes, therefore to my expectation option b
is write.
Download IBM MainFrame Interview Questions And Answers
PDF