$MODENME: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<p>
<p>
The $MODENME function returns MODENAME defined for VTAM PROCESS' PROCESSGROUP.
The <var>$MODENME</var> function returns the MODENAME defined for VTAM PROCESS' PROCESSGROUP.
</p>
The <var>$MODENME</var> function takes a field name, character literal, or %variable as its one argument. </p>
<p>
 
The MODENAME is returned in a character string which may be up to 8 bytes in length.
The MODENAME is returned in a character string which may be up to 8 bytes in length.
$MODENME may be issued from any thread type and takes one argument, namely the VTAM PROCESS name.
$MODENME may be issued from any thread type and takes one argument, namely the VTAM PROCESS name.
Line 9: Line 9:
</p>
</p>


==Syntax==
<p>
The format of the <var>$MODENME</var> function is:</p>
<p class="syntax">$LOGMODE</p>
[[Category:SOUL $functions]]
[[Category:SOUL $functions]]

Revision as of 18:11, 17 March 2022

The $MODENME function returns the MODENAME defined for VTAM PROCESS' PROCESSGROUP. The $MODENME function takes a field name, character literal, or %variable as its one argument.

The MODENAME is returned in a character string which may be up to 8 bytes in length. $MODENME may be issued from any thread type and takes one argument, namely the VTAM PROCESS name. $MODENME returns M204.3051 PROCESS [process name] not found if the PROCESS has not been defined. $MODENME returns M204.3052: PROCESSGROUP not found for PROCESS [ process name ] if the PROCESS' named PROCESSGROUP has not been defined


Syntax

The format of the $MODENME function is:

$LOGMODE