Consider the following COBOL entries:
05 X PIC 99 VALUE 10.
SUBTRACT 20 FROM X.
The resultant value of X wil be
Answer Posted / sayan
since no sign clause is mentioned, the minus sign is
ignored and the resultant value of X will be 10.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Mention the guidelines to write a structured cobol program?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to know whether the module is dynamical or statistical?
What is difference between static and dynamic call in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
what is the difference between COBOL2 AND COBOL390?
) How do u handle errors in BMS macro
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
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How do you define a variable of comp-1 and comp-2?
What is the difference between external and global variables in COBOL?
What are various search techniques in cobol? Explain.
What is amode(31)
Write a cobol program making use of the redefine clause.