‎2009 Apr 17 3:36 AM
Hi to all experts.
You cannot use the syntax "WRITE/ULINE /001(REPLEN)". The correct
syntax is "WRITE/ULINE AT /001(REPLEN)".
How to avoid this warning message.
‎2009 Apr 17 4:26 AM
Use write & ULINE seperately.
Eg,
ULINE AT 10(10).
WRITE: /10 '|', 11(8) 'Text' CENTERED, 19 '|'.
ULINE AT /10(10).
Syntax for ULINE:
ULINE {[AT] [/][pos][(len)]} [NO-GAP].
‎2009 Apr 17 4:26 AM
Use write & ULINE seperately.
Eg,
ULINE AT 10(10).
WRITE: /10 '|', 11(8) 'Text' CENTERED, 19 '|'.
ULINE AT /10(10).
Syntax for ULINE:
ULINE {[AT] [/][pos][(len)]} [NO-GAP].