z/OS Communications Server: SNA Resource Definition Samples
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Using the VERIFY operand

z/OS Communications Server: SNA Resource Definition Samples
SC27-3676-00

The VERIFY operand specifies whether the VTAM® program performs session-level LU-LU verification during activation of LU-LU 6.2 sessions.
  • VERIFY=NONE specifies that no verification of the partner LU’s identity takes place during session activation.
  • VERIFY=OPTIONAL specifies that identity verification is performed for certain partner LUs during session activation. Determination for which partner LUs the LU-LU verification is performed depends on whether there is a password defined for the LU-LU pair in the installed security manager product.
  • VERIFY=REQUIRED specifies that VTAM verifies the identity of all partner LUs during activation of sessions between LU 6.2 applications. Every partner LU must have a LU-LU password defined. Any partner LUs that do not have a LU-LU password defined cannot establish LU 6.2 sessions with this application program.
The example that follows illustrates the use of the VERIFY operand.
*********************************************************************
* A02APPLS - VTAM APPLICATION PROGRAM MAJOR NODE - SUBAREA A02      *
*********************************************************************
* APPL WITH LU6.2 CONVERSATION                                      *
*********************************************************************
         VBUILD TYPE=APPL
SAPPL02E APPL  AUTH=(ACQ,PASS),                                        X
               APPC=YES,              ** REQUIRED FOR SECACPT KEYWORD**X
               MODETAB=AMODETAB,                                       X
               VERIFY=OPTIONAL        ** IDENTITY VERIFICATION       **X
               SECACPT=AVPV           ** ACCEPTS ALL INDICATORS
*********************************************************************

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014