z/OS JES2 Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


$T APPL - Control JES2 applications

z/OS JES2 Commands
SA32-0990-00

Function

To specify the characteristics of one or more JES2 applications.

Note: Parameter descriptions note those parameters that accept wild cards.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$T--APPL--+-'--aaaaaaaa--'---------------+------------------->
             |    .-,------------------.    |   
             |    V                    |    |   
             '-(----+-aaaaaaaa-------+-+--)-'   
                    '-'--aaaaaaaa--'-'          

>--+---------------------------------+-------------------------->
   '-| Selection limiting keywords |-'   

>--+---------------------------+-------------------------------><
   '-| Modification keywords |-'   

Modification keywords

|--+-------------------+---------------------------------------->
   '-,--COMPACT--=--nn-'   

>--+-------------------------------------------------+---------->
   '-,--CONNECT--=--+-+-DEFAULT-+------------------+-'   
                    | +-YES-----+                  |     
                    | '-NO------'                  |     
                    '-(--+-YES-+--+-----------+--)-'     
                         '-NO--'  '-,interval-'          

>--+------------------+--+-------------------------+------------>
   '-,--LINE--=--nnnn-'  '-,--LOGMODE--=--xxxxxxxx-'   

>--+--------------------+--+--------------------------+--------->
   '-,--LOGON--=--logon-'  '-,--NODE--=--+-nnnn-----+-'   
                                         '-xxxxxxxx-'     

>--+------------------+-----------------------------------------|
   '-,--REST--=--nnnn-'   

Selection limiting keywords

|--+-------------------------------+---------------------------->
   '-,----/----COMPACT--+-=--+--nn-'   
                        +-^=-+         
                        +->--+         
                        '-<--'         

>--+-------------------------------------------------------------+-->
   '-,----/----CONNECT--+-=--+--+-+-DEFAULT-+------------------+-'   
                        '-^=-'  | +-YES-----+                  |     
                                | '-NO------'                  |     
                                '-(--+-YES-+--+-----------+--)-'     
                                     '-NO--'  '-,interval-'          

>--+------------------------------+----------------------------->
   '-,----/----LINE--+-=--+--nnnn-'   
                     +-^=-+           
                     +->--+           
                     '-<--'           

>--+-------------------------------------+---------------------->
   '-,----/----LOGMODE--+-=--+--xxxxxxxx-'   
                        +-^=-+               
                        +->--+               
                        '-<--'               

>--+--------------------------------+--------------------------->
   '-,----/----LOGON--+-=--+--logon-'   
                      +-^=-+            
                      +->--+            
                      '-<--'            

>--+--------------------------------------+--------------------->
   '-,----/----NODE--+-=--+--+-nnnn-----+-'   
                     +-^=-+  '-xxxxxxxx-'     
                     +->--+                   
                     '-<--'                   

>--+----------------------------------------------+-------------|
   '-,--+---+--STATUS--+-=--+--+-IN-SESSION-----+-'   
        '-/-'          '-^=-'  +-NOT-IN-SESSION-+     
                               +-OPNDST-PENDING-+     
                               '-OPNSEC-PENDING-'     

Parameters

aaaaaaaa
Specifies the 1– to 8–alphanumeric or special ($, #, or @) character subscript defining the JES2 application(s) affected by this command. You may specify a particular application name (for example, JES2) or a wild card to specify a generic name (for example, JES* or *). See Using wildcards for additional information.
COMPACT=nn
The compaction table number (0-99) that is used for outbound compaction in communicating with the specified application(s) at the indicated node. Zero denotes no compaction.
CONNECT=(Yes|No|DEFAULT,interval)
Specifies whether an NJE connection is automatically attempted for this appl. If DEFAULT is specified, processing uses the CONNECT=(YES|NO) value that is specified on the associated NODE statement. The interval is the approximate time (in minutes) between attempted connections. The valid range for interval is 0 to 1440. A value of 0 indicates that the default interval (from NJEDEF CONNECT=) is used.
LINE=nnnn
The line used for the SNA NJE session associated with this application. To change this parameter, you must ensure that the application is inactive. Valid range is 0-65535.
LOGON=logon
Specifies the number (1-999) of the local LOGON DCT which is used when specifying connections to the application.
LOGMODE=xxxxxxxx
The 1– to 8–character name of the logon mode table entry that is used for this VTAM® application. A logon mode table entry determines which entry the VTAM application logon mode table uses. If the program participates as the secondary end of a session (SLU), the table entry provides a set of session parameters. This parameter is used only for NJE applications. If it is specified for non-NJE applications, the parameter is ignored. The parameter input should adhere to the VTAM naming conventions for a logon mode table entry name. To change this parameter, the application must be inactive.

Default: If you omit the parameter, the system uses the VTAM defaults.

NODE=nnnn|xxxxxxxx
Specifies the 1– to 8–alphanumeric or special ($, #, or @) character symbolic name or number (1-32767) of the node at which the JES2 application is defined to VTAM.
Note: The symbolic name must have been specified on the NAME= parameter of the NODE initialization statement for the referenced node, or must have been defined on the DESTID initialization statement.
REST=nnnn
An integer (0-2000), that represents the resistance rating of the connection as viewed by the installation manager and coordinated with other installations. See z/OS JES2 Initialization and Tuning Guide, SA32-0991 for details about selecting resistances.
STATUS={IN-SESSION|NOT-IN-SESSION|OPNDST-PENDING| OPNSEC-PENDING}
The status of current applications:
IN-SESSION
The application is currently in a session with another application.
NOT-IN-SESSION
The application is not currently in a session.
OPNDST-PENDING
The application is in the process of establishing a session with another application. An SNA OPNDST is expected.
OPNSEC-PENDING
The application is in the process of establishing a session with another application. An SNA OPNSEC is expected.

Authority Required

This command requires system authority. The description of the $T RDRnn command explains how to ensure that the authority of the appropriate MVS™ system command group is assigned.

This command requires control security access authority. For a description of assigning command input authority, see z/OS JES2 Initialization and Tuning Guide, SA32-0991.

Processing Considerations

If the application is active, you cannot change the specifications.

Scope

Single member. This command will be in effect for this member only. There is no need to have this command issued to all members of the MAS.

Messages

The $HASP821 message displays the current values of all the parameters on the APPL initialization statement.

Examples

 1   $t appl(jesc),node=4

$HASP821 APPL(JESC) NODE=4,COMPACT=0,LINE=0,LOGMODE=,REST=0

The application named JESC is known to VTAM at node 4.

 2   $tappl(jes2),connect=(yes,1)

$HASP821 APPL(JES2)                             
$HASP821 APPL(JES2)      NODE=1,CONNECT=(YES,1),COMPACT=0,
$HASP821                 LINE=0,LOGMODE=,LOGON=0,REST=0

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014