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
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Why would you use find and get rather than to obtain?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the difference between Call and a Link?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
Why did you choose to work with ibm mainframe cobol programming?
how do you reference the variable block file formats from cobol programs
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between next sentence and continue in cobol programing language?
how do you reference the fixed unblock file formats from cobol programs
How to remove 2 duplicate records and copy only one using job control language?
Which is not true about evaluate statement
Have you used comp and comp-3 in your project? And how?