Translates a logical name.
1 – Input
A character string containing the logical name you want to translate.
2 – Output
A character string.
3 – Example
DTR> FN$CREATE_LOG ("HANK", "DB0:[MORRISON.RW]LOG.RNO") DTR> PRINT FN$TRANS_LOG ("HANK") USING X(30) FN$TRANS LOG DB0:[MORRISON.RW]LOG.RNO DTR>