DISPLAY CNOS command

Read syntax diagramSkip visual syntax diagram
>>-DISPLAY-- --NET--,--CNOS--,--ID--=--appl_name---------------->

>--,--LUNAME--=--lu_name--+--------------------------------+---><
                          '-,--LOGMODE--=--logon_mode_name-'   

Abbreviations

Operand Abbreviation
DISPLAY D
LOGMODE LOG
LUNAME LU

Purpose

The DISPLAY CNOS (change number of sessions) command displays LU 6.2 information associated with an application program and a partner LU and logon mode.

Operands

ID=appl_name
Specifies the name of the LU 6.2 application program about which the information is requested. The value specified for appl_name cannot be a network-qualified name.
LOGMODE=logon_mode_name
Specifies the logon mode name for which the requested LU 6.2 information applies. If you do not specify a logon mode name, SESSCAP, CONVSECL, CONVSECP, and SYNCLVL are the only fields shown for the partner LU.
LUNAME=lu_name
Specifies the name of the partner LU about which the LU 6.2 information is requested. The name can be a network-qualified name in the form of netid.luname.

If PARMS=(NQNAMES=NO) is coded on the ACB macro of the resource named on the ID operand, and a network-qualified name is specified, the network identifier is ignored.

If PARMS=(NQNAMES=YES) is coded on the ACB macro, luname can be either a non-network-qualified name or a network-qualified name. If luname is a non-network-qualified name, the command is processed against all LUs with that non-network-qualified name across all networks. If luname is a network-qualified name, the command is processed against the LU in the specified network.

Resulting display

The resulting VTAM® display shows:
  • The LU 6.2 application program name, LU name, and logon mode name of the requested session
  • The negotiation values and security level values

Examples

Displaying CNOS for all logon modes:
d net,cnos,id=appcap05,luname=appcap06
IST097I DISPLAY ACCEPTED
IST1001I ID= APPCAP05 LUNAME= NETA.APPCAP06
IST1002I RCPRI=0000 RCSEC=0000
IST1005I SESSCAP =PARALLEL CONVSECL=AVPV     CONVSECP=AVPV
IST1005I SYNCLVL =SYNCPT   CONVCAP =FDX
IST314I END
Displaying CNOS for a specific logon mode:
d net,cnos,id=appcap05,luname=appcap06,logmode=batch
IST097I DISPLAY ACCEPTED
IST1001I ID= APPCAP05 LUNAME= NETA.APPCAP06 LOGMODE= BATCH
IST1002I RCPRI=0000 RCSEC=0000
IST1005I SESSCAP =PARALLEL CONVSECL=AVPV     CONVSECP=AVPV
IST1005I DRAINL  =NO       DRAINR  =NO       DDRAINL =NALLOW
IST1005I SESSCNT =       0 FREECNT =       0 QALLOC  =       0
IST1005I WINLCNT =       0 WINRCNT =       0 AUTOSES =       0
IST1005I DRESPL  =NALLOW   RESP    =***NA*** DELETE  =NALLOW
IST1005I SYNCLVL =SYNCPT   CONVCAP =FDX
IST1003I SESSLIM CNOS=       2 DEFINE=       2
IST1003I MINWINL CNOS=       1 DEFINE=       1
IST1003I MINWINR CNOS=       1 DEFINE=       1
IST314I END
Displaying CNOS for all logon modes and partner LU name is found in more than one network:
d net,cnos,id=appcap05,luname=appcap06
IST097I DISPLAY ACCEPTED
IST1001I ID= APPCAP05 LUNAME= NETB.APPCAP06
IST1002I RCPRI=0000 RCSEC=0000
IST1005I SESSCAP =PARALLEL CONVSECL=AVPV     CONVSECP=AVPV
IST1005I SYNCLVL =SYNCPT   CONVCAP =HDX
IST1001I ID= APPCAP05 LUNAME= NETA.APPCAP06
IST1002I RCPRI=0000 RCSEC=0000
IST1005I SESSCAP =PARALLEL CONVSECL=AVPV     CONVSECP=AVPV
IST1005I SYNCLVL =SYNCPT   CONVCAP =HDX
IST314I END
Displaying CNOS for a specific logon mode and the partner LU is found in more than one network:
d net,cnos,id=appcap05,luname=appcap06,logmode=batch
IST097I DISPLAY ACCEPTED
IST1001I ID= APPCAP05 LUNAME= NETB.APPCAP06 LOGMODE= BATCH
IST1002I RCPRI=0000 RCSEC=0000
IST1005I SESSCAP =PARALLEL CONVSECL=AVPV     CONVSECP=AVPV
IST1005I DRAINL  =NO       DRAINR  =NO       DDRAINL =NALLOW
IST1005I SESSCNT =       1 FREECNT =       0 QALLOC  =       0
IST1005I WINLCNT =       1 WINRCNT =       0 AUTOSES =       0
IST1005I DRESPL  =NALLOW   RESP    =***NA*** DELETE  =NALLOW
IST1005I SYNCLVL =SYNCPT   CONVCAP =HDX
IST1003I SESSLIM CNOS=       2 DEFINE=       2
IST1003I MINWINL CNOS=       1 DEFINE=       1
IST1003I MINWINR CNOS=       1 DEFINE=       1
IST1001I ID= APPCAP05 LUNAME= NETA.APPCAP06 LOGMODE= BATCH
IST1002I RCPRI=0000 RCSEC=0000
IST1005I SESSCAP =PARALLEL CONVSECL=AVPV     CONVSECP=AVPV
IST1005I DRAINL  =NO       DRAINR  =NO       DDRAINL =NALLOW
IST1005I SESSCNT =       1 FREECNT =       0 QALLOC  =       0
IST1005I WINLCNT =       1 WINRCNT =       0 AUTOSES =       0
IST1005I DRESPL  =NALLOW   RESP    =***NA*** DELETE  =NALLOW
IST1005I SYNCLVL =SYNCPT   CONVCAP =HDX
IST1003I SESSLIM CNOS=       2 DEFINE=       2
IST1003I MINWINL CNOS=       1 DEFINE=       1
IST1003I MINWINR CNOS=       1 DEFINE=       1
IST314I END