Quantcast
Channel: Visual COBOL
Viewing all articles
Browse latest Browse all 5819

Forum Post: RE: .Net Cobol

$
0
0
A condition-value is the predefined COBOL type that is mapped onto a Boolean. They should behave the same but it seems like the checker currently only recognizes the COBOL type within the evaluate statement. If you open up a support incident for this we can look into getting this changed. I can reproduce the problem simply with: 01 bool1 type Boolean value true. 01 cond-val condition-value value true. procedure division. evaluate bool1 when true *> This will be in error display "true" end-evaluate. evaluate cond-val when true *> This works display "true" end-evaluate.

Viewing all articles
Browse latest Browse all 5819

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>