Macro statements to define logical unit type 6 VTAM terminals

Examples of macro statements that can be used to define logical unit type 6 VTAM® terminals are provided.

Figure 1 shows the macro statements for Logical Unit Type 6 VTAM terminals.

Figure 1. Logical unit type 6 VTAM terminals
Relationships are shown between type, terminal, and logical names.

Sample macro statements to define LU type 6 VTAM terminals shows the macro statements to define LU type 6 VTAM terminals.

Sample macro statements to define LU type 6 VTAM terminals

Macro statement set                             Column
                                                    72
         TYPE  UNITYPE=LUTYPE6
 
*LU 6 NODE DEFINITION WITH FIXED LTERM ALLOCATION
 
         TERMINAL NAME=LU6NODE1,OPTIONS=NORESP,      X
               COMPT1=(MULT2,DPM-B1,4),              X
               COMPT2=(SINGLE2,VLVB)
         NAME LU6T1,COMPT=1
         NAME LU6T2,COMPT=2,ICOMPT=2
 
*LU 6 NODE DEFINITION -- PARALLEL SESSIONS WITH
 DYNAMIC LTERM ALLOCATION
 
         TERMINAL NAME=LU6NODE2,OPTIONS=TRANRESP,    X
               COMPT1=(SINGLE1,DPM-B1,IGNORE),       X
               COMPT2=(SINGLE2,DPM-B3,2),            X
               COMPT3=MULT1,                         X
               SESSION=3
 
               VTAMPOOL
               SUBPOOL NAME=SP1
               NAME VTPOOL11
               NAME VTPOOL12,COMPT=1,ICOMPT=2
               SUBPOOL NAME=SP2
               NAME VTPOOL21
               NAME VTPOOL22,COMPT=2,ICOMPT=2
               NAME VTPOOL23,COMPT=3,ICOMPT=3
               SUBPOOL NAME=SP3
               NAME VTPOOL31
               SUBPOOL NAME=SP4
               NAME VTPOOL41
               SUBPOOL NAME=SP5
               SUBPOOL NAME=SP6
               NAME VTPOOL61
               NAME VTPOOL62