$MODENME: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "<p> The $MODENME function returns MODENAME defined for VTAM PROCESS' PROCESSGROUP. </p> <p> The MODENAME is returned in a character string which may be up to 8 bytes in length...")
 
No edit summary
Line 4: Line 4:
<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.
</p>
<p>
$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.
</p>
<p>
$MODENME returns M204.3051 PROCESS [process name] not found if the PROCESS has not been defined.
$MODENME returns M204.3051 PROCESS [process name] not found if the PROCESS has not been defined.
</p>
<p>
$MODENME returns M204.3052: PROCESSGROUP not found for PROCESS [ process name ] if the PROCESS' named PROCESSGROUP has not been defined
$MODENME returns M204.3052: PROCESSGROUP not found for PROCESS [ process name ] if the PROCESS' named PROCESSGROUP has not been defined
  </p>
  </p>


[[Category:SOUL $functions]]
[[Category:SOUL $functions]]

Revision as of 23:47, 16 March 2022

The $MODENME function returns MODENAME defined for VTAM PROCESS' PROCESSGROUP.

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