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 / piyush mani

u r wrt but if we declare diff var for above values then result will b like
value result
-10 1{
-11 1J
-12 1K
-13 1L

.........

THANKS

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1948


What is rmode(any) ?

676


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

619


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1895


How to know whether the module is dynamical or statistical?

649






HOw can I get the negative sign while deduct high value from low value

1779


What are the different rules to perform a Search?

613


Which is not true about evaluate statement

1562


) what is the difference between AID and HANDLE AID?

1628


Can we change the password using ALTER? anyone tried and changed?

1537


What is Pic 9v99 Indicates in COBOL?

716


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8607


how do you reference the esds vsam file formats from cobol programs

625


what is the use of outrecord?

1765


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

812