This document describes the steps for installing the Natural Net Data
                      Interface NATNETTO on BS2000.
               
For operational information, see Natural Net Data Interface NATNETTO in the Operations documentation.
When used in this document, the notation
                    vrs or
                    vr represents the relevant product
                    version (see also Version in the
                    Glossary).
               
See General Prerequisites and System Support in the section Overview of the Installation Process.
Logical net data devices are configured with the IONET flag
                       byte, all other flag and value settings must be made as in the sample
                       definition given below. The module entry is VCNETTO, additional
                       device entries must be specified with WXTRN=OFF. The settings of
                       FLAG1, FLAG2 and RTAL must be according
                       to the example below.
               
If the data delimited option (NEDLM) is set, the delimiter
                       character which separates the fields in the value buffer can be set by using
                       the BEL keyword subparameter of the NTDVCE macro.
               
 
                                     IONET  |  
                                 
                         
                                     DS  |  
                                 
                         
                                     XL1  |  
                                 
                         
                                     NETDATA CONTROL FLAG  |  
                                
                     
 
                                     NECUFNR  |  
                                 
                         
                                     EQU  |  
                                 
                         
                                     X'01' .... ...1  |  
                                 
                         
                                     CURSOR POSITION = FIELDNR  |  
                                
                     
 
                                     NEMSG  |  
                                 
                         
                                     EQU  |  
                                 
                         
                                     X'02' .... ..1.  |  
                                 
                         
                                     SEND MESSAGE LINE (if not set, message line will be skipped)  |  
                                
                     
 
                                     NEABO  |  
                                 
                         
                                     EQU  |  
                                 
                         
                                     X'04' .... .1..  |  
                                 
                         
                                     ATTRIBUTE BUFFER OPTION  |  
                                
                     
 
                                     NEFBO  |  
                                 
                         
                                     EQU  |  
                                 
                         
                                     X'08' .... 1...  |  
                                 
                         
                                     FORMAT BUFFER OPTION  |  
                                
                     
 
                                     NEFLG  |  
                                 
                         
                                     EQU  |  
                                 
                         
                                     X'10' ...1 ....  |  
                                 
                         
                                     FIELD LENGTH OPTION  |  
                                
                     
 
                                     NEDLM  |  
                                 
                         
                                     EQU  |  
                                 
                         
                                     X'20' ..1. ....  |  
                                 
                         
                                     DATA DELIMITED OPTION  |  
                                
                     
 
                                     NEFIX  |  
                                 
                         
                                     EQU  |  
                                 
                         
                                     X'40' .1.. ....  |  
                                 
                         
                                     FIXED FORMAT OPTION  |  
                                
                     
 
                                     NEFBOPTE  |  
                                 
                         
                                     EQU  |  
                                 
                         
                                     X'80' 1... ....  |  
                                 
                         
                                     EXTENDED FORMAT BUFF. OPT.  |  
                                
                     
NATCONFG already has a device entry for
                        NATNETTO.
               
The TTYPE is NETF. The protocol options are
                        set as follows:
               
The value buffer structure is fixed (without delimitation between the fields).
Format buffer, extended format buffer and attribute buffer options are set.
The cursor position is in the field number notation.
Message line and PF-key line are suppressed.
NTDVCE TYP=NETF,NAME=NETTF,ENTRY=VCNETTO,MSG=BOT,          HS06-
       FLAG1=CMNIXD,FLAG2=CMTNOPT,RTAL=255,                HS07-
       FLAGS=(IONET,-,CO,IONET,+,NEFIX+NEFBO+NEABO+NECUFNR+NEFB-
       OPTE,WINDTITI,+,PFKNDISP)                           HS06