Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

Default Boolean

$
0
0

Just wondering why the default condition value does not change even when I assign it to true in the working storage section.

class-id Validator.
       working-storage section.
       01  #Title   string value "Entry Error" static.
       01  validData condition-value value true.
 
I have also tried 01 ValidData type System.Boolean value true.
 
I am trying to set this value to true when I validate my user textbox entries and only then, when the data is invalid set it to false.

Viewing all articles
Browse latest Browse all 4356

Trending Articles



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