Consider the following COBOL entries:
05 X PIC 99 VALUE 10.
SUBTRACT 20 FROM X.
The resultant value of X wil be
Answer Posted / prabhu shankar
If u see the level number itself u can able to say that it
will show error. Because PIC will have the level number 77
and not like 01,02,03.
So it show the error only.Wll not exucute.
I think so. If any wrong plz apologise me.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What is a scope terminator give example?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Why did you choose to work with ibm mainframe cobol programming?
What are literals?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are the different rules of SORT operation?
In COBOL programming, what is PERFORM? What is VARYING?
Write a program to explain size error.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How do you reference the fixed block file formats from cobol programs
What are the different open modes available in cobol?
) How do u handle errors in BMS macro?
What is the difference between comp and comp-3 usage?
How to know whether the module is dynamical or statistical?
What are the different rules to perform a Search?