$LOGMODE: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
==Using $Logmode== | ==Using $Logmode== | ||
An example of $Logmode is as follows | An example of $Logmode is as follows | ||
<p class="code">%str = $Logmode | |||
</p> | |||
[[Category:SOUL $functions]] | [[Category:SOUL $functions]] |
Revision as of 15:23, 17 March 2022
The $LOGMODE function returns the SNA Communications Server (formerly VTAM) Logmode Entry Name which was used to BIND an IODEV 7 session with Model 204.
The Logmode Entry Name is returned in a character string which may be up to 8 bytes in length. $LOGMODE will return blanks if it is issued from any thread type other than an IODEV 7. $LOGMODE takes no arguments.
Syntax
The format for the $Logmode function is:
$Logmode
Using $Logmode
An example of $Logmode is as follows
%str = $Logmode