LABEL JUMP [ HP Transact Documentation Update Notice ] MPE/iX 5.5 Documentation
HP Transact Documentation Update Notice
LABEL JUMP
Moves the source code window to a specific label in the code.
Syntax
{LABEL JUMP}label[,segment]
{LJ }
Parameters
label A label within the active Transact system. This
does not include command labels.
segment The segment number corresponding to the label. If
this parameter is omitted, the entire system is
searched for the label. However, if the same label
is used in multiple segments of the system, an
error will be returned if the segment is not
specified.
Discussion
This command lets you change the code displayed in the source code window
by specifying a label. If a valid label is specified, the source code
window changes to display the source code around the label. The label is
resolved to a p-code offset and segment that is then processed as if a
page jump command were issued.
NOTE The label specified may not appear in the code window because the
last occurrence of the p-code offset associated with that label is
centered in the code window.
Examples
TRANDEBUG> label jump mylabel
TRANDEBUG> lj duplabel,6
MPE/iX 5.5 Documentation