if a pic 9(3) value 354,b pic x(2) value '46' then
a)a>b
2)a<b
3)error
Answer Posted / seema dawlekar
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program that uses move corresponding.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Name the sections present in data division.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the utilization of copybook in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
explain sorting techniques in cobol program?
Difference between array and sub-script ?
What is rmode(any) ?
What are the different rules of SORT operation?
What is the difference between binary search and sequential search?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write the code to count the sum of n natural numbers.
Define static linking and dynamic linking.
What are literals?