Previous Topic: &ZLCLIPP

Next Topic: &ZLUNETID


&ZLOGMODE

&ZLOGMODE is set to the name of the VTAM logmode table entry used when the current terminal was connected.

Identifies the name of the logmode table entry used when the current terminal (that is, the terminal represented by the &LUNAME variable) was connected to your product region. Depending on installation naming and definition conventions, a procedure can use this value to determine the attributes of the terminal or to verify that a the correct logmode entry was used for a terminal with known characteristics.

Examples: &ZLOGMODE

   &GOTO .&ZLOGMODE
 .
 .
 . 
.M2SNAQ       -* Terminal is bound as a model-2 SNA device
 .
 .
 . 
.M2NSNA       -* Terminal is bound as a model-2 non-SNA device
 .
 .
 .

Notes:

On IBM and Fujitsu systems, the availability of &ZLOGMODE depends upon the release of VTAM that is being used and whether the terminal is connected on a same domain or cross domain session.

&ZLOGMODE is not available on Hitachi systems.

&ZLOGMODE is null if the terminal is reacquired as a model-2, following a bind failure due to mismatched bind parameters.