if we display var1 then what will b displayed in below
condition.
77 var1 pic s9(2) value -10.
77 var1 pic s9(2) value -11.
" " " -12.
" " " -13.
-14
...
...
-19.

Answer Posted / s

It will give Compilation error as the variable is not
uniquely defined

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we redefine the field of x(200) to less than 200?

812


what is the difference between COBOL2 AND COBOL390?

2443


Name the divisions, which are available in a cobol program?

676


How do you define a variable of comp-1 and comp-2?

698


What rules are followed by the search verb.

629






What are the various section in data division and briefly explain them.

686


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

2003


How arrays can be defined in COBOL?

658


What is an in line perform? When would you use it? Anything else you wish to say about it.

639


What are the different types of condition in cobol and write their forms.

650


What is difference between static and dynamic call in cobol?

767


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

639


What the difference is between continue and next sentence?

651


Write a cobol program making use of the redefine clause.

722


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1920