Examples of $ZTRNLNM()

Example:

    GTM> WRITE $ZTRNLNM("GTM$DIST")
    SYS$COMMON:[GTM_DIST]
    GTM>
    

This uses $ZTRNLNM() to display the translation value for GTM$DIST.

Example:

    SET x=$ZTRNLNM("blotto","","","","CASE_SENSITIVE")
    

This uses the case argument to find the translation value for "blotto". The example holds the place of the three unused optional arguments to the left of that with null strings ("").