Consider the following COBOL entries:
05 X PIC 99 VALUE 10.
SUBTRACT 20 FROM X.
The resultant value of X wil be
Answer Posted / sweta
Answer will be 10.
Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Write some characteristics of cobol as means of business language.
how do you reference the fixed unblock file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?
What is rmode(any) ?
Have you used comp and comp-3 in your project? And how?
What is the difference between perform … with test after and perform … with test before?
What are the pertinent COBOL
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
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?
What are various search techniques in cobol? Explain.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?