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

What is the difference between structured cobol programming and object alternativelyiented cobol?

751


what is search and searchall?what is the diffrence between them?give an best example?

5539


What is report-item in COBOL?

704


How to know whether the module is dynamical or statistical?

650


Explain about different table spaces.

643






How can you get the ksds file records into your cobol program?

639


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2103


What is the problem of ordered sequential files access?

693


What are the pertinent COBOL commands?

2620


In COBOL, what is the different between index and subscript?

753


What are all the divisions of a COBOL program?

660


What is a report item?

737


How arrays can be defined in COBOL?

661


What are the access modes of START statement?

716


Explain how to differentiate call by context by comparing it to other calls?

683