z/OS Communications Server: SNA Diagnosis Vol 1, Techniques and Procedures
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


APPLMODE

z/OS Communications Server: SNA Diagnosis Vol 1, Techniques and Procedures
GC27-3667-00

Use APPLMODE to display all logon modes in the logon mode table for conversations between an application program and a particular partner LU. APPLMODE will process the LU entries searching for all LU entries that match the specified partner LU name and the optional partner LU network identifier. If entries are found, APPLMODE processes the chain of modes and determines the settings for:
  • Current® session limits(x,y,z), where:
     x - Session limit
     y - Minimum number of contention winner sessions for local LU
     z - Minimum number of contention winner sessions for remote LU
  • Current session count(x,y,z), where:
     x - Active session count
     y - Active contention winners at local LU
     z - Active contention winners at remote LU
  • Pending session counts(x,y,z), where:
     x - Count of pending sessions
     y - Count of pending contention winners
     z - Count of pending contention losers
  • Pending session termination counts(x,y,z), where:
     x - Pending termination contention winners
    + Pending termination contention losers
     y - Pending termination contention winners
     z - Pending termination contention losers
  • Defined session limits(x,y,z), where:
     x - Defined session limit
     y - Defined minimum number of contention winner sessions for local LU
     z - Defined minimum number of contention winner sessions for remote LU
APPLMODE formats and displays the APPCB control block, and the COPR control block if present.

Operands

APPC application name
The APPC application name should be 1–8 alphanumeric characters. If it contains fewer than 8 characters, it is padded on the right with blanks.

The APPC application name is required.

Partner LU name
The partner LU name should be 1–8 alphanumeric characters. If it contains fewer than 8 characters, it is padded on the right with blanks.

The partner LU name is required.

Partner LU NetID
The partner LU NetID should be 1–8 alphanumeric characters. If it contains fewer than 8 characters, it is padded on the right with blanks.

Use the following syntax as an alternative to the panel interface.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-APPLMODE-- --APPLNAME--(--APPC_application_name--)----------->

>-- --LU--(--partner_LU_name--)--------------------------------->

>--+----------------------------------+------------------------><
   '- --NETID--(--partner_LU_netid--)-'   

Sample output

APPLMODE APPLNAME(APPCAP05) LU(APPCAP06)
 
                         APPLMODE Analysis
  APPCB: 0290E6B8
     APPLUCB.. 0291A100  APPTSKID. 02818588  APPACB... 00CB4820
     APPLUN... APPCAP05
     APPSPTAE  02906530 0290D898 02906620 029065D0 02906580
  DATA: 0290E6B8
     +0000  62C1D7D7  0291A100  02818588  00000000  | .APP.j~..aeh.... |
     +0010  00000000  00000000  024100B0  00000000  | ...........[.... |
     +0020  31094000  00000010  00000000  00000000  | .. ............. |
     +0030  0101001B  00000000  00CB4820  0290B088  | ..............[h |
     +0040  00000000  00000000  00000000  00000000  | ................ |
     +0050  00000000  00000000  00000000  00000000  | ................ |
     +0060  C1D7D7C3  C1D7F0F5  00000000  00000000  | APPCAP05........ |
     +0070  00000000  00000000  028030C0  02804028  | ...........{.. . |
     +0080  00000000  0292A2FC  00000000  00000000  | .....ks......... |
     +0090  00000000  0290DA98  00000000  00000000  | .......q........ |
     +00A0  00000000  00000000  023FA0A8  00000000  | ..........μy.... |
     +00B0  36200000  000000A0  02906530  0290D898  | .......μ......Qq |
     +00C0  02906620  029065D0  02906580  00000000  | .......}........ |
     +00D0  00000000  00000000  00000000  00000000  | ................ |
     +00E0  00000000  00000000  00000000  00000000  | ................ |
     +00F0  00000000  00000000  00000000  00000000  | ................ |
     +0100  00000000  00000000                      | ........         |
 
  No session limit negotiations were in progress
 
     Modes between application APPCAP05 and partner LU APPCAP06
 
 Mode name SNASVCMG
 
 Current session limits              (X'0002',X'0001',X'0001')
 Current session counts              (X'0001',X'0001',X'0000')
 Pending session counts              (X'0000',X'0000',X'0000')
 Pending session termination counts  (X'00000000',X'0000',X'0000')
 Define session counts               (X'0004',X'0002',X'0002')
 
 Mode name BATCH
 
 Current session limits              (X'0004',X'0002',X'0002')
 Current session counts              (X'0001',X'0001',X'0000')
 Pending session counts              (X'0000',X'0000',X'0000')
 Pending session termination counts  (X'00000000',X'0000',X'0000')
 Define session counts               (X'0004',X'0002',X'0002')
 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014