Consider the following COBOL entries
05 X PIC 99 VALUE 10.
ADD 40 X TO X.
COMPUTE X = 3 * X - 40.
The result in X is

Answer Posted / ssampath

110

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are all the divisions of a COBOL program?

667


how to convert the recors form vsam file to db2 table tru file aid

2767


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17068


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

712


What is the difference between Global and External Variables?

675






explain sorting techniques in cobol program?

694


Explain the configuration section of a cobol program with examples of syntax.

664


What are the access modes of START statement?

728


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2738


What is the difference between a binary search and a sequential search what are the pertinent cobol?

743


What the difference is between continue and next sentence?

667


How do you differentiate between cobol and cobol-ii?

662


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1790


What are the different rules to perform a Search?

623


What is the difference between PIC 9.99 and PIC9v99?

790