Consider the following COBOL entries:
05 X PIC 99 VALUE 10.
SUBTRACT 20 FROM X.
The resultant value of X wil be
Answer Posted / guest
x= x -20 it will give error
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
what are decleratives in cobol?
What is perform what is varying?
How do define dynamic array in cobol.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
how to refer the data field?
How arrays can be defined in COBOL?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How do get the result of your program directly on your pc?
State the various causes of s0c1, s0c5 and s0c7.
What is comp-1 and comp-2?
How to print 10 to 1 if the input have only 10 digit number?
What are the different rules of SORT operation?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the difference between Global and External Variables?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?