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

What are all the divisions of a COBOL program?

662


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

417


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2102


how can i see junk values in dclgen or in hostvariable of comp ?

2543


What are the pertinent COBOL

2042






What are various search techniques in cobol? Explain.

643


What is rmode(any) ?

683


how do you reference the rrds file formats from cobol programs

795


What is the difference between Global and External Variables?

663


What is the problem of ordered sequential files access?

694


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1646


Write some characteristics of cobol as means of business language.

618


When is inspect verb is used in cobol?

673


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

702


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

643