declaring boolean variable in Micro Focus Net Express
From: Max Harris (harris_max_at_yahoo.com)
Date: 02/28/04
- Previous message: Tom Beckner: "Re: Discussion: rmgroup comp.software.year-2000"
- Next in thread: James J. Gavan: "Re: declaring boolean variable in Micro Focus Net Express"
- Reply: James J. Gavan: "Re: declaring boolean variable in Micro Focus Net Express"
- Reply: Thane Hubbell: "Re: declaring boolean variable in Micro Focus Net Express"
- Reply: Donald Tees: "Re: declaring boolean variable in Micro Focus Net Express"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Feb 2004 09:07:15 -0800
How do I declare a boolean variable in cobol?
I'm trying to do this:
05 BoolVar pic x(01).
...
if BoolVar
...
I'm in this situation: I have some known working (on Net Express) code
(which I obviously didn't write), but one of the copybooks is gone ...
I have the if statement, but not the variable declaration. So I know
this can be done (at least on Net Express).
- Previous message: Tom Beckner: "Re: Discussion: rmgroup comp.software.year-2000"
- Next in thread: James J. Gavan: "Re: declaring boolean variable in Micro Focus Net Express"
- Reply: James J. Gavan: "Re: declaring boolean variable in Micro Focus Net Express"
- Reply: Thane Hubbell: "Re: declaring boolean variable in Micro Focus Net Express"
- Reply: Donald Tees: "Re: declaring boolean variable in Micro Focus Net Express"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|