Hi,
I'm starting Tiny now and i'm trying to use the "control" clause in =
screen section.
What's is wrong with the following code?
working-storage section.
01 wcor.
02 wparte1 pic x(17) value "background-color ".
02 wback pic 9 value 1.
02 wparte2 pic x(18) value " foreground-color ".
02 wfore pic 3.
screen section.
01 mytela control is wcor.
02 line 5 column 5 value "Name: ".
or
01 mytela.
02 control is wcor.
02 line 5 column 5 value "Name: ".
or
01 mytela.
02 line 5 column 5 value "Name: " control wcor.
Tiny does not support this clause? Where's the error, please...
Thanks
Jair M. Araujo
Cobol MS/MF |