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


Please Help Members By Posting Answers For Below Questions

if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

1052


Write some characteristics of cobol as means of business language.

824


how do you reference the fixed unblock file formats from cobol programs

915


What is Pic 9v99 Indicates in COBOL?

922


What is rmode(any) ?

888


Have you used comp and comp-3 in your project? And how?

2186


What is the difference between perform … with test after and perform … with test before?

1133


What are the pertinent COBOL

2229


what is amode(24), amode(31), rmode(24) and rmode(any)?

883


What is the Purpose of POINTER Phrase in STRING command in COBOL?

953


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?

2000


What are various search techniques in cobol? Explain.

849


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...)

2132


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

945


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?

1069