$LOGMODE: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<p> | <p> | ||
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 <var>$LOGMODE</var> function returns the SNA Communications Server (formerly VTAM) Logmode Entry Name which was used to BIND an IODEV 7 session with Model 204. | ||
<var>$LOGMODE</var> takes no arguments. | |||
</p> | </p> | ||
<p> | <p> | ||
The Logmode Entry Name is returned in a character string which may be up to 8 bytes in length. | 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. | <var>$LOGMODE</var> will return blanks if it is issued from any thread type other than an IODEV 7. </p> | ||
==Syntax== | ==Syntax== | ||
<p> | <p> | ||
The format | The format of the <var>$LOGMODE</var> function is:</p> | ||
<p class="syntax">$ | <p class="syntax">$LOGMODE</p> | ||
</p> | |||
==Using $ | ==Using $LOGMODE== | ||
An example of $ | An example of using $LOGMODE is as follows: | ||
<p class="code">% | <p class="code">%STR = $LOGMODE | ||
</p> | </p> | ||
[[Category:SOUL $functions]] | [[Category:SOUL $functions]] |
Latest revision as of 18:16, 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. $LOGMODE takes no arguments.
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.
Syntax
The format of the $LOGMODE function is:
$LOGMODE
Using $LOGMODE
An example of using $LOGMODE is as follows:
%STR = $LOGMODE