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 / akhilesh
FRIENDS HAVE ATTENTION
DIRECTLY CODING 05 LEVEL ENTRY WILL SHOW ERROR
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
What is difference between static and dynamic call in cobol?
Define cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is perform what is varying?
how to refer the data field?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between comp and comp-3?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are the cobol coding sheets?
In which area will you utilize 88 level items in cobol?
How can you get the ksds file records into your cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Which division and paragraphs are mandatory for a COBOL program?