$MODENME: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<p>
<p>
Given name of a VTAM <var>PROCESS</var>, the <var>$MODENME</var> function returns the <var>MODENAME</var> defined for the VTAM <var> PROCESSGROUP</var> associated with that <var>[[PROCESS]]</var>.
Given name of a VTAM <var>PROCESS</var>, the <var>$MODENME</var> function returns the <var>MODENAME</var> defined for the VTAM <var> PROCESSGROUP</var> associated with that <var>PROCESS</var>.
    
    
The <var>$MODENME</var> function takes a character literal, or %variable as its one argument. </p>
The <var>$MODENME</var> function takes a character literal, or %variable as its one argument. </p>
Line 18: Line 18:
<var>$MODENME</var> returns M204.3052: PROCESSGROUP not found for <var>PROCESS</var> [ process name ] if the <var>PROCESS'</var> named <var>PROCESSGROUP</var> has not been defined.
<var>$MODENME</var> returns M204.3052: PROCESSGROUP not found for <var>PROCESS</var> [ process name ] if the <var>PROCESS'</var> named <var>PROCESSGROUP</var> has not been defined.
</p>
</p>
<p>
Please see <var>[[DEFINE PROCESS]]</var> and <var>[[DEFINE PROCESSGROUP]]</var> for more details on theses entities
</p>






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

Revision as of 19:06, 17 March 2022

Given name of a VTAM PROCESS, the $MODENME function returns the MODENAME defined for the VTAM PROCESSGROUP associated with that PROCESS. The $MODENME function takes a 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.

Syntax

The format of the $MODENME function is:

%STR = $MODENME("MT11")


$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.

Please see DEFINE PROCESS and DEFINE PROCESSGROUP for more details on theses entities