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


Please Help Members By Posting Answers For Below Questions

1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1608


how do you define single dimensional array and multidimensional array in your cobol?

667


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

734


For rewrite, why is it mandatory that file needs to be opened?

620


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3713






Explain about different table spaces.

644


Write a cobol program making use of the redefine clause.

727


IF I mention stop run in CICS what happens?

1891


What is length is cobol?

645


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

928


What is rmode(24)

676


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

672


Why did you choose to work with ibm mainframe cobol programming?

627


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

751


What is rmode(any) ?

680