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
yeap b is correct
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how do you reference the printer 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?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the compute verb? How is it used?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How do we get current date from system with century in COBOL?
How many bytes S(8) comp field occupy and its maximum value?
Write down the divisions of cobol program?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Explain the configuration section of a cobol program with examples of syntax.
What are 77 levels used for?
) How do u handle errors in BMS macro?
how do you reference the rrds file formats from cobol programs
Are you comfortable in cobol or jcl?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?