We have various citizen swiss lathes. When posting a program the tool call ups do not contain an offset. How do I change this? Example below.

Currently the code looks like this:
T0100;
G0 Y? Z?;
..
I would like it to look like this:
T0101;
GO X? Z?

Thanks in advance