$D APPL - Display JES2 SNA NJE applications

Function

To display the current values of all parameters defined on the SNA NJE applications.

Syntax

Read syntax diagramSkip visual syntax diagram$DAPPL 'xxxxxxxx'(,xxxxxxxx'xxxxxxxx') Selection limiting keywordsDisplay limiting keywords
Display limiting keywords
Read syntax diagramSkip visual syntax diagram,COMPACT,CONNECT,LINE,LOGMODE,LOGON,NODE,REST,STATUS
Selection limiting keywords
Read syntax diagramSkip visual syntax diagram,/COMPACT=^=><compact,/CONNECT=^=DEFAULTYESNO(YESNO,interval),/LINE=^=><line,/LOGMODE=^=><logmode,/LOGON=^=><logon,/NODE=^=><node,/STATUS=^=IN-SESSIONNOT-IN-SESSIONOPNDST-PENDINGOPNSEC-PENDING

Parameters

COMPACT=compact
The compaction table number (0-99) that is used for outbound compaction in communicating with this application at the specified node. Zero denotes no compaction.

Default: The value for COMPACT specified on the NODE(nnnn) initialization statement that defines the node indicated by the NODE=nnnn parameter on this command.

CONNECT=(Yes|No|DEFAULT,interval)
Displays whether an NJE connection is automatically attempted for this appl. 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. A third positional displays the approximate time (yyyy.ddd,hh:mm) when the next attempt is made.
LINE=line
A dedicated line used for the SNA NJE session associated with this application. Specify only when the application is inactive.

Default: 0 (No line is dedicated.)

LOGMODE=logmode
The 1 to 8 character name of the logon mode table entry that is used for this VTAM® application. The parameter input must adhere to the VTAM naming conventions for a logon mode table entry name. A logon mode table entry determines which entry in the VTAM application logon mode table will be used. 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. Specify only when the application is inactive.

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

LOGON=logon
Specifies the number (1-999) of the local LOGON DCT which should be used when specifying connections to the application.
NODE=node
The number (1-32767) or the 1 to 8 alphanumeric or special ($, #, or @) symbolic name (xxxxxxxx) 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
An integer (0-2000), which represents the resistance rating of the connection as viewed by the installation manager and coordinated with other installations. For information about selecting resistances, see z/OS JES2 Initialization and Tuning Guide.

Default: The value for REST specified on the NODE(nnnn) initialization statement that defines the node indicated by the NODE=nnnn parameter on this command.

STATUS
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 display 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 read security access authority. For a description of assigning command input authority, see z/OS JES2 Initialization and Tuning Guide.

Scope

Single member. See z/OS MVS System Commands for more information on using the ROUTE *ALL command.

Messages

The $HASP821 message displays the current status of VTAM applications.

Examples

 1   $d appl(jes2)

$HASP821 APPL(JES2) NODE=2,COMPACT=0,LINE=0,LOGMODE=,
$HASP821            LOGON=0,REST=0
 2   $dappl(jes2)

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