JebusRocks
Programmer
Hello all I have the following
This definition
05 WS-COF-REC-FOUND-IND PIC X(01).
88 WS-COF-REC-FOUND VALUE 'Y'.
This set statement
SET WS-COF-REC-FOUND TO FALSE
When I try to compile I get the following error msg
"FALSE" was found in the "SET" statement. It was not allowed in this context. The statement was discarded.
I use the set statement with other 88 level variables within my program and do not encounter an error. The differernce is that I am setting them to true
ie
Set bla-blalvblas-bla to true
Any ideas? Can I not use the false key word here?
This definition
05 WS-COF-REC-FOUND-IND PIC X(01).
88 WS-COF-REC-FOUND VALUE 'Y'.
This set statement
SET WS-COF-REC-FOUND TO FALSE
When I try to compile I get the following error msg
"FALSE" was found in the "SET" statement. It was not allowed in this context. The statement was discarded.
I use the set statement with other 88 level variables within my program and do not encounter an error. The differernce is that I am setting them to true
ie
Set bla-blalvblas-bla to true
Any ideas? Can I not use the false key word here?