Configuring the NJE auto-start feature (optional)

This can only be used with SNA connections to a JES2 host.

The NJE auto-start feature is an optional feature for SNA connections only. At this point, your SNA administrator should have already configured the SNA gateway for the PU and you should have already configured the SNA gateway for an NJE LU. Use the following steps to configure VTAM and the SNA gateway for a local APPC Acronym for Advanced Program-to-Program Communication. A specification developed as part of IBM's SNA model and designed to enable applications programs running on different computers to communicate and exchange data directly. auto-start LU.

Complete the following steps to configure the NJE auto-start feature.


Configuring VTAM for an auto-start LU

You must create an LU name in VTAM for the local APPC auto-start LU. The following line must be added to the existing PU definitions located on your host in SYS1.VTAMLST. See the Configuring VTAM topic for more information.

luname0

LU

LOCADDR=0,USSTAB=,DLOGMOD=#INTER

Parameter

Description

luname0

Enter the LU name for the local APPC auto-start LU. This value must match the local APPC auto-start LU when you configure NJE for SNA.

DLOGMOD=#INTER

Names the logon mode table entry used by the auto-start LU.

To activate the VTAM PU, enter the following commands at your MVS Console:

v net,inact,id=VTAMMEMBER
v net,act,id=VTAMMEMBER

where VTAMMEMBER is the library member that contains the PU definition.