Skip to main content

HI,

 

I am developing winforms using visual cobol 2.3.

I did notice that hex value do not set conditional variable.

 

example

 

03 Exit-Character        PIC X(01).
     88 HELP-KEY VALUE X"00".
     88 UP-KEY VALUE X"01".
     88 FINISH-KEY VALUE X"04".
     88 CANCEL-KEY VALUE X"07".

 

when i move X"07" to Exit-Character, while debug it shows that Exit-Character with a value X"07" but CANCEL-KEY still shows as FALSE instead of TRUE.

 

HI,

 

I am developing winforms using visual cobol 2.3.

I did notice that hex value do not set conditional variable.

 

example

 

03 Exit-Character        PIC X(01).
     88 HELP-KEY VALUE X"00".
     88 UP-KEY VALUE X"01".
     88 FINISH-KEY VALUE X"04".
     88 CANCEL-KEY VALUE X"07".

 

when i move X"07" to Exit-Character, while debug it shows that Exit-Character with a value X"07" but CANCEL-KEY still shows as FALSE instead of TRUE.

 

I noticed you created Support Incident (SI) 3101703 for the same issue, and I just let you know through the SI that I couldn't recreate the problem with VC 2.3 Update 2.