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
What are the different types of condition in cobol and write their forms.
How do define dynamic array in cobol.
Write the code to count the sum of n natural numbers.
Which division and paragraphs are mandatory for a COBOL program?
What is redefines clause in COBOL?
i need a small 3d program using inline and outline.
what happens if parmparameter passes zero bytes to the program
What guidelines should be followed to write a structured cobol prgm?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is Pic 9v99 Indicates in COBOL?
what is difference between cobol and cobol/400
Write a program to explain size error.
Describe the cobol database components?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?