IN PROGRESS.
How do I align words in result beside using At row __ col ____ ?
{......

CASE ______:
WHEN "D" THEN
DO:
DISP "denoting the year of manufacture"/*AT ROW 3 COL 16*/.
END.
WHEN "S" THEN
DO:
DISP "This is a cartoon type of order"/*AT ROW 4 COL 16*/.
END.
......... }
THANKS IN ADVANCE.