TRANSLAT start option

Read syntax diagramSkip visual syntax diagram
   .-TRANSLAT--=--(--0,1,2,3,4,5,6,7--)------.   
>>-+-----------------------------------------+-----------------><
   '-TRANSLAT--=--+-value------------------+-'   
                  +-()---------------------+     
                  '-(--+--------------+--)-'     
                       +-+-OLUALIAS-+-+          
                       | '-0--------' |          
                       +-+-DLUREAL-+--+          
                       | '-1-------'  |          
                       +-+-DLUSSCP-+--+          
                       | '-2-------'  |          
                       +-+-COSNAME-+--+          
                       | '-3-------'  |          
                       +-+-LOGMODES-+-+          
                       | '-4--------' |          
                       +-+-LUANAME-+--+          
                       | '-5-------'  |          
                       +-+-USERVAR-+--+          
                       | '-6-------'  |          
                       '-+-DLUALIAS-+-'          
                         '-7--------'            

Controls alias name translation. It specifies which names will be translated, but not how the names will be translated. If TRANSLAT is specified, only the bits corresponding to the values specified will be turned on. All other bits will be turned off. For example, if you specify
 
TRANSLAT=(OLUALIAS,DLUSSCP,LOGMODES) 
the hexadecimal value will be X'A8' (equivalent to B'10101000'). If you specify TRANSLAT=(), all bits will be turned off.
TRANSLAT=OLUALIAS or 0 (bit 0)
Specifies that VTAM® is to determine the originating logical unit (OLU) alias names.
TRANSLAT=DLUREAL or 1 (bit 1)
Specifies that VTAM is to determine destination logical unit (DLU) real names.
TRANSLAT=DLUSSCP or 2 (bit 2)
Specifies that VTAM is to determine the DLU's owning SSCP name.
TRANSLAT=COSNAME or 3 (bit 3)
Specifies that VTAM is to determine Class of Service names.
TRANSLAT=LOGMODES or 4 (bit 4)
Specifies that VTAM is to determine logon mode names.
TRANSLAT=LUANAME or 5 (bit 5)
Specifies that VTAM is to determine associated LU alias names.
TRANSLAT=USERVAR or 6 (bit 6)
Specifies that VTAM is to enable the USERVAR function.
TRANSLAT=DLUALIAS or 7 (bit 7)
Specifies that VTAM is to determine DLU alias names only when needed.