Specify the output column number at which to place the associated statement source code.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Syntax:
&columnnumber+source
Example:
Place the literal value PIC and the value of &TAIL in output column 40.
02 &DATANAME+-&II &40+PIC &TAIL.