Add new dot variables .LINENO and .LOCATION in compiler edit 792:
• (which returns the physical line # since the last page break in the output file open on the specified channel).file open on the specified channel).
• in bytes from the start of the current program (RUN, LIT or SBX) to the current statement position. Note that the location counter is generally represented in hex (as it appears in the LSX files created by the compiler /LF switch), so you would probably want to print it using the SOSLIB function Fn'Dec2Hex(.LOCATION). SOSLIB function Fn'Dec2Hex(.LOCATION).