home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR21 / DOCPRC13.ZIP / SAMP-DOC.ZIP / BITNET.DOC next >
Text File  |  1992-11-16  |  42KB  |  511 lines

  1.                                                                                 
  2.                                                                                 
  3.                                                                                 
  4.                                                                                 
  5.                                                                                 
  6.                                                                                 
  7.                                                                                 
  8.                                                                                 
  9.                                                                                 
  10.                                                                                 
  11.                                                                                 
  12.                                                                                 
  13.                                                                                 
  14.                        *************************************                    
  15.                        *                                   *                    
  16.                        *            B I T N E T            *                    
  17.                        *  ON THE MVS/XA OPERATING SYSTEM   *                    
  18.                        *                                   *                    
  19.                        *************************************                    
  20.                                                                                 
  21.                                                                                 
  22.                                                                                 
  23.                                                                                 
  24.                                                                                 
  25.                                                                                 
  26.                                                                                 
  27.                                                                                 
  28.                                                                                 
  29.                                                                                 
  30.                                                                                 
  31.                                                                                 
  32.                                                                                 
  33.                                                                                 
  34.                                                                                 
  35.                                                                                 
  36.                                                                                 
  37.                                                                                 
  38.                                                                                 
  39.                                                                                 
  40.                                                                                 
  41.                                                                                 
  42.                                                                                 
  43.                                                                                 
  44.                                                                                 
  45.                                                                                 
  46.                                                                                 
  47.                                                                                 
  48.                                                                                 
  49.                                                                                 
  50.                                                                                 
  51.                                                                                 
  52.                                                                                 
  53.                                                                                 
  54.                                                         John S. Ward        
  55.                                                           03/15/93              
  56. EJECT
  57.        BITNET is a network of over 1000 computers at educational and            
  58.    research institutions worldwide.  Georgia State University's AMDAHL          
  59.    5860 (System D) is a part of this network which enables its users at         
  60.    different sites to share information via electronic mail.  BITNET            
  61.    has gateways into several other networks (ARPANET, CSNET, MAILNET,           
  62.    and UUCP, for example).  Because BITNET is not considered to be a            
  63.    secure network, sensitive or confidential data should not be sent via        
  64.    BITNET.                                                                      
  65.                                                                                 
  66.        To access a member of the BITNET network, you may use the TSO/E          
  67.    Interactive Data Transmission Facility on the AMDAHL.  The facility's        
  68.    TRANSMIT command allows you to send data to other users on the AMDAHL        
  69.    (System D) as well as users on other BITNET nodes.  The RECEIVE              
  70.    command allows you to receive data.  The facility provides the ability       
  71.    to log messages and data sets transmitted and received and the ability       
  72.    to create nickname and distribution lists.  Read the handout on TSO/E        
  73.    Mail for specific information on this facility or refer to the TSO/E         
  74.    COMMAND LANGUAGE REFERENCE MANUAL - SC28-1134.                               
  75.                                                                                 
  76.                                                                                 
  77.    TRANSMIT COMMAND                                                             
  78.                                                                                 
  79.        The TRANSMIT command allows you to send interactive messages, data       
  80.    sets prefixed by interactive messages, and data sets without any             
  81.    attached message.  However, both interactive messages and data sets          
  82.    are sent as data sets when the destination is a non-MVS node.                
  83.    Transmission of data sets to BITNET nodes is limited to data sets of         
  84.    300,000 bytes (3,750 eighty-character records).  Larger data sets may        
  85.    be divided into smaller data sets and transmitted at appropriate             
  86.    intervals.                                                                   
  87. EJECT                                                                           
  88.        The format of the TRANSMIT command is:                                   
  89.                                                                                 
  90.            TRANSMIT  nodename.userid  DATASET(dsname)    options                
  91.                                                                                 
  92.        where                                                                    
  93.                                                                                 
  94.            nodename is the name given to an institution's computer by           
  95.                     BITNET.  The node name for GSU's AMDAHL running MVS/XA
  96.                     is GSUMVS1.  The current list of node names is
  97.                     maintained under the member SYS.MVS.UPDATE(BITNODES).
  98.                                                                                 
  99.            userid   is the userid of the person you are trying to               
  100.                     TRANSMIT to.                                                
  101.                                                                                 
  102.            dsname   is the name of the data set you wish to send.  Put
  103.                     fully qualified names in quotes.  This data set may
  104.                     be a partitioned data set or a sequential data set.
  105.                     You cannot send data sets with keys or user labels,         
  106.                     ISAM data sets, or VSAM data sets.                          
  107.                                                                                 
  108.            options  A complete description of all available options can be      
  109.                     found in the TSO/E Command Language Reference Manual.       
  110.                                                                                 
  111.    Note:  To send a partitioned data set to a non-MVS node, you MUST use        
  112.           the SEQUENTIAL option on the TRANSMIT command to send the data        
  113.           set as a sequential file.  You may send partitioned data sets         
  114.           only to nodes running MVS.  If you do not use the DSNAME              
  115.           option, TRANSMIT will assume you wish to send a message and           
  116.           will prompt you with a screen for entering that message.              
  117.           Messages are sent as data sets to non-MVS nodes.                      
  118.                                                                                 
  119.        To send a message or data set to more than one user at the same          
  120.    time, enclose the list of names in parentheses:                              
  121.                                                                                 
  122.        TRANSMIT (nodename.userid nodename.userid ...) DATASET(dsname)           
  123.                                                                                 
  124.    or establish a nickname and distribution list using the data set             
  125.    NAMES.TEXT.                                                                  
  126.                                                                                 
  127.    Note:  You may issue the TRANSMIT command from the COMMAND line or           
  128.           OPTION line of any ISPF screen by prefixing the command with          
  129.           "TSO" as shown below.                                                 
  130.                                                                                 
  131.           COMMAND => TSO TRANSMIT nodename.userid DATASET(dsname)               
  132.                                                                                 
  133.        The TRANSMIT command has several options.  A description of some         
  134.    of the more frequently used options is contained in the handout on           
  135.    TSO/E Mail.  A full description of the options is given in the TSO/E         
  136.    COMMAND LANGUAGE REFERENCE MANUAL - SC28-1134.  You may also issue the       
  137.    TSO command "HELP TRANSMIT" to get more information.                         
  138. EJECT                                                                           
  139.    RECEIVE COMMAND                                                              
  140.                                                                                 
  141.        The RECEIVE command is used to receive information that has been         
  142.    sent to you from another user.  If you have mail waiting to be               
  143.    received, the following message will appear when you logon or when you       
  144.    hit return if you are logged on when the mail comes in:                      
  145.                                                                                 
  146.            +GSU001 MAIL WAITING FROM nodename/userid                            
  147.                                                                                 
  148.    The format of the RECEIVE command is:                                        
  149.                                                                                 
  150.               RECEIVE                                                           
  151.                                                                                 
  152.    Note:  You may issue the RECEIVE command from the COMMAND line or            
  153.           OPTION line of any ISPF screen by prefixing the command with          
  154.           "TSO" as shown below.                                                 
  155.                                                                                 
  156.           COMMAND => TSO RECEIVE                                                
  157.                                                                                 
  158.        If an interactive message has been sent to you it will be                
  159.    displayed on the screen.  You cannot specify a data set to save the          
  160.    message to when you receive it, but a copy of the message is placed in       
  161.    the LOG data set.  (You will not receive interactive messages from           
  162.    non-MVS nodes.)                                                              
  163.                                                                                 
  164.        If an error-free data set has been sent, the following messages          
  165.    will be displayed when you issue the RECEIVE command (any attached           
  166.    message sent along with the data set would appear first):                    
  167.                                                                                 
  168.        INMR901I Data set 'dsname' from 'userid' on 'nodename'.                  
  169.        INMR906A Enter RESTORE parameters or 'DELETE' or 'END'. +                
  170.                                                                                 
  171.    You may respond with a ? whenever you see a + to get more information        
  172.    about what to do.  If you entered a ? now, you would see:                    
  173.                                                                                 
  174.        INMR908A The input file attributes are: DISORG=_______,RECFM=__,         
  175.                 BLKSIZE=____,LRECL=_____,FILE SIZE = ____  +                    
  176.                                                                                 
  177.    If you again entered a ?, you would see:                                     
  178.                                                                                 
  179.        INMR909A You may enter DSNAME, SPACE, UNIT, VOL, OLD/NEW, or             
  180.                 RESTORE/COPY/DELETE/END                                         
  181.                                                                                 
  182.        If you enter END, the RECEIVE command will terminate leaving             
  183.    the file on the spool to be received at a later time.  If you                
  184.    enter DELETE, the file will be erased from the spool.  If you                
  185.    simply press return at this point, the received data set will be             
  186.    saved in the default data set name.  The default is the same name            
  187.    as the transmitted data set with the high level qualifier changed to         
  188.    your userid.  If you do not want the data set saved to this default          
  189. EJECT                                                                           
  190.    name, use the DSNAME option to specify the name of the data set to           
  191.    use.  The format is DSNAME('dsname') where dsname can be the name of a       
  192.    new or existing data set.  Put a fully qualified name in quotes.  If
  193.    you attempt to receive into a file whose file attributes do not match        
  194.    those of the file that was sent, the RECEIVE command will terminate          
  195.    leaving the file on the spool to be received at a later time.  You           
  196.    may specify the allocation parameters for the new data set or just use       
  197.    the defaults.  The default allocation parameters are:                        
  198.                                                                                 
  199.    PARAMETER          DEFAULT VALUE                                             
  200.                                                                                 
  201.    DSNAME             If the data set was error-free, the default is the        
  202.                       same name as the transmitted data set with the high       
  203.                       level qualifier changed to your userid.  If the           
  204.                       data set was transmitted from a non-MVS system            
  205.                       (i.e., most BITNET nodes), the header records will        
  206.                       be unrecognizable to RECEIVE.  Therefore, RECEIVE         
  207.                       interprets them as being erroneous even if the data       
  208.                       in the data set is fine.  When you try to RECEIVE         
  209.                       data sets containing errors, the default data set         
  210.                       is your_userid.RECEIVE.INVALID.FILE.                      
  211.                                                                                 
  212.    SPACE                                                                        
  213.      primary          default value for primary space allocation is a           
  214.                       size equal to the incoming data                           
  215.      secondary        default value is 2.5% of the primary allocation           
  216.                                                                                 
  217.    TRACKS or          space to be allocated in TRACKS, CYLINDERS, or            
  218.    CYLINDERS or       BLOCKS.  Default is TRACKS.                               
  219.    BLOCKS                                                                       
  220.                                                                                 
  221.    DIRECTORY          this option is only applicable when receiving into        
  222.                       a new partitioned data set.  The default value for        
  223.                       directory blocks when receiving a sequential data         
  224.                       set into a new pds is 27.  The default when               
  225.                       receiving a pds into a pds is the number of blocks        
  226.                       required for the received members.                        
  227.                                                                                 
  228.    NEW or             If a value is not given for SPACE, The data set           
  229.    OLD or             disposition default is OLD.  If that fails, NEW           
  230.    MOD or             is used and SPACE values are added.                       
  231.    SHR                                                                          
  232.                                                                                 
  233.        If you attempt to restore the received data set to a data set that       
  234.    already exists, you will be prompted with the message:                       
  235.                                                                                 
  236.        INMR045I Data set 'dsname' already exists.  Reply 'R'                    
  237.                 to replace it. +                                                
  238.                                                                                 
  239.    Any response other than 'R' will terminate RECEIVE leaving the data          
  240.    set on the spool to be received at a later time.                             
  241. EJECT                                                                           
  242.        If you have successfully restored the received data set, you will        
  243.    see the messages below:                                                      
  244.                                                                                 
  245.        INMR001I Restore successful to data set 'dsname'.                        
  246.        INMR900I ----------------------------------------                        
  247.                                                                                 
  248.        If you have any more data sets or messages to receive, they will         
  249.    appear at this point.  If you have no more messages or data sets             
  250.    to receive, you will see the message:                                        
  251.                                                                                 
  252.        INME000I No more Interactive Data Transmission Facility files are        
  253.                 available for the RECEIVE command to process.                   
  254.                                                                                 
  255.        The default data set name for RECEIVE to use when the data set           
  256.    contains errors is 'your_userid.RECEIVE.INVALID.FILE'.  Because              
  257.    the header records on data sets sent from non-MVS systems (VAX,              
  258.    Cyber, VM systems running PROFS, etc.) are not recognizable to TSO's         
  259.    Interactive Data Transmission Facility, these files are interpreted as       
  260.    being erroneous even if the data within the files are fine.                  
  261.                                                                                 
  262.        When you RECEIVE a non-MVS data set or a data set containing             
  263.    errors, you will see the following messages:                                 
  264.                                                                                 
  265.         INMR921I Received file appears not to be an Interactive Data            
  266.                  Transmission Facility file.  The first record is:              
  267.                  * first record appears here *                                  
  268.         INMR901I Dataset X.RECEIVE.INVALID.FILE from ? on ?                     
  269.         INMR907A Enter COPY parameters or 'DELETE' or 'END.'+                   
  270.                                                                                 
  271.        If you press the return key at this point, the data set will be          
  272.    copied into the default data set 'your_userid.RECEIVE.INVALID.FILE'.         
  273.    If there is already something in 'your_userid.RECEIVE.INVALID.FILE',         
  274.    you will be prompted for permission to overwrite it:                         
  275.                                                                                 
  276.    INMR045I Data set 'RECEIVE.INVALID.FILE' already exists.  Reply 'R'          
  277.             to replace it. +                                                    
  278.                                                                                 
  279.        If you do not want the received file saved in the default file, do       
  280.    not press return when prompted to enter copy parameters.  Instead, use       
  281.    the "DSNAME" option to specify the name of the data set to use.  If          
  282.    the file attributes of this data set do not match those of the file          
  283.    you are attempting to receive, RECEIVE will terminate leaving the file       
  284.    on the spool to be received at a later time.                                 
  285.                                                                                 
  286.        For more information on the RECEIVE command, you may issue the           
  287.    TSO command "HELP RECEIVE" or refer to the TSO/E COMMAND LANGUAGE            
  288.    REFERENCE MANUAL - SC28-1134.                                                
  289.                                                                                 
  290. EJECT                                                                           
  291.    GETTING INFORMATION ABOUT BITNET                                             
  292.                                                                                 
  293.        BITNET is supported by the BITNET Network Information Center             
  294.    (BITNIC). BITNET has three sources of information:  NICSERVE, LISTSERV,      
  295.    and DATABASE.  BITNIC's file server, NICSERVE, offers information on         
  296.    upcoming conferences, BITNET administration and general information,         
  297.    BITNET sites and nodes, protocols, BITNET software, LISTSERV, and the        
  298.    EDUCOM NETWORKING newsletter.  LISTSERV is a network mailing list            
  299.    server.  DATABASE is an inter-network database server that is                
  300.    currently under development.                                                 
  301.                                                                                 
  302.        Because TSO's Interactive Data Transmission Facility cannot send         
  303.    interactive messages in standard BITNET format, a data set must be           
  304.    created whose contents mimic a standard mail file.  This data set must       
  305.    follow the Arpanet standard header format.  When creating the data set       
  306.    using the ISPF editor, issue the NUM OFF command at the COMMAND prompt       
  307.    before typing in the data.  If you fail to turn NUM OFF, the data will       
  308.    be unrecognizable by any of the servers.  You send the data set to           
  309.    BITNIC by submitting JCL containing the necessary commands.  Because         
  310.    you use JCL to submit the job and do not use the TRANSMIT command, a         
  311.    log entry will not be made in the LOG1.LOGSET data set.                      
  312.                                                                                 
  313.    NICSERVE                                                                     
  314.                                                                                 
  315.        The GET command is used to request files from NICSERVE.  The             
  316.    format to use when sending to NICSERVE is given below.  Be sure              
  317.    to turn NUM OFF when creating the data set in the ISPF editor or             
  318.    NICSERVE will not recognize the data set as mail.                            
  319.                                                                                 
  320.    DATE: day, date month year                                                   
  321.    FROM: your_userid@GSUMVS1                                                    
  322.    TO:   NICSERVE@BITNIC                                                        
  323.                                                                                 
  324.    GET filename filetype                                                        
  325.                                                                                 
  326.    where filename and filetype are from the NICSERVE INDEX which contains       
  327.    descriptions of all available NICSERVE files.  You may issue only one        
  328.    GET command at a time.  (You may not stack commands.)                        
  329.                                                                                 
  330.    Note:  All entries must begin in column one.  DATE: must be the              
  331.           first line in the data set.  There can be only one space              
  332.           after the : in the DATE and FROM entries.  The TO: entry              
  333.           should line up with the others.  The blank line between               
  334.           the TO: entry and the GET command is required.                        
  335.                                                                                 
  336.        You can request a HELP file on using NICSERVE from NICSERVE by           
  337.    issuing the command "GET NICSERVE HELP" or just "GET HELP."  You can         
  338.    get the current index of the files available from NICSERVE by issuing        
  339.    the command "GET INDEX."                                                     
  340. EJECT                                                                           
  341.        The following JCL code may be used to send requests to NICSERVE:         
  342.                                                                                 
  343.    //STEP1   EXEC   PGM=IEBGENER                                                
  344.    //SYSPRINT DD   SYSOUT=*                                                     
  345.    //SYSUT1   DD   DSN=dsname,DISP=SHR                                          
  346.    //SYSUT2   DD   SYSOUT=M,DEST=(BITNIC,MAILER)                                
  347.    //SYSIN    DD   DUMMY                                                        
  348.                                                                                 
  349.    where dsname is the fully qualified data set name containing the GET         
  350.    command.  You must use SYSOUT=M and DEST=(BITNIC,MAILER).  For               
  351.    NICSERVE to recognize the file as mail, the output class (SYSOUT) must       
  352.    be M.  The TRANSMIT command sends messages using output class B, and         
  353.    NICSERVE cannot recognize them as mail.  Therefore, you must create a        
  354.    data set containing the NICSERVE request and send it using the JCL           
  355.    above.  Notice that you send the request to MAILER, NOT NICSERVE.            
  356.    (This is because you are sending the request via mail and not issuing        
  357.    the command interactively.)                                                  
  358.                                                                                 
  359.       For each "GET" command issued, you will receive the data set you          
  360.    requested from NICSERVE prefixed with the following:                         
  361.                                                                                 
  362.    Received: by BITNIC (Mailer X1.23b) id 6035; date request received by BI     
  363.    Date:     date                                                               
  364.    From:     BITNET Network Support Center <NICSERVE@BITNIC>                    
  365.    Subject:  Your NICSERVE request: "GET filename filetype"                     
  366.    To:       your_userid@GSUMVS1                                                
  367.                                                                                 
  368.                                                                                 
  369.    LISTSERV                                                                     
  370.                                                                                 
  371.        LISTSERV, BITNET'S list server, provides mailing list capabilities       
  372.    for the users of BITNET.  To use an established mailing list simply          
  373.    use the list name for the userid and BITNIC as the node name.                
  374.    LISTSERV generates a copy of the message text for each individual            
  375.    userid on the list along with a comment that the message was sent            
  376.    to a list and the name of the list.  You can get a copy of currently         
  377.    established distribution lists by issuing the command "GET LISTSERV          
  378.    GROUPS" to NICSERVE.                                                         
  379.                                                                                 
  380.                                                                                 
  381.    DATABASE                                                                     
  382.                                                                                 
  383.        The database feature of BITNET is being developed by the BITNET          
  384.    Development and Operations Center (BITDOC).  DATABASE provides user          
  385.    specified keyword access to subsets of larger databases.  Retrieval          
  386.    capabilities are based on SPIRES, the Stanford Public Information            
  387. EJECT                                                                           
  388.    Retrieval System.   To use the DATABASE, you must create a data              
  389.    set that mimics a standard ARPANET header format.  The format to use         
  390.    for DATABASE is given below.  Be sure to turn NUM OFF when creating          
  391.    the data set in the ISPF editor, or DATABASE will not recognize it as        
  392.    mail.                                                                        
  393.                                                                                 
  394.    DATE: day, date month year                                                   
  395.    FROM: your_userid@nodename                                                   
  396.    TO:   DATABASE@BITNIC                                                        
  397.                                                                                 
  398.    SIGNIN command (if first time to access DATABASE)                            
  399.                                                                                 
  400.      or                                                                         
  401.                                                                                 
  402.    LOGON user_number password (for all subsequent uses of DATABASE)             
  403.    database command                                                             
  404.        .                                                                        
  405.        .                                                                        
  406.        .                                                                        
  407.                                                                                 
  408.    Note:  All entries must begin in column one.  DATE: must be the              
  409.           first line in the data set.  There can be only one space              
  410.           after the : in the DATE and FROM entries.  The TO: entry              
  411.           should line up with the others.  The blank line between               
  412.           the TO: entry and the first database command (either                  
  413.           SIGNIN or LOGON) is required.  Any number of database                 
  414.           commands may be issued, but each must begin on a new                  
  415.           line.                                                                 
  416.                                                                                 
  417.    The first time you use the DATABASE, you must establish a user number        
  418.    and password.  This is done through the SIGNIN command which must be         
  419.    the first command issued.  The format of the SIGNIN command is:              
  420.                                                                                 
  421.        SIGNIN password                                                          
  422.                                                                                 
  423.            where password is a contiguous string that is between 8 and 20       
  424.            characters long.                                                     
  425.                                                                                 
  426.    You will receive the following message from DATABASE@BITNIC:                 
  427.                                                                                 
  428.    Received: by BITNIC (Mailer X1.23b) id 6035; date request received by BI     
  429.    Date:     date                                                               
  430.    From:     DATABASE@BITNIC                                                    
  431.    Subject:  SIGNIN password                                                    
  432.    To:       your_userid@GSUMVS1                                                
  433.    Comments: Processing SIGNIN request                                          
  434.                                                                                 
  435.    Your SIGNIN request has been processed.  You have been assigned a user       
  436.    number (UN) of ###.  Please keep track of the password you supplied on       
  437.    the SIGNIN command, since all DATABASE requests must be preceded with        
  438.    the line LOGON user_number password.                                         
  439.                                                                                 
  440.    Any subsequent time you use the DATABASE, you must issue the LOGON           
  441.    command as the first database command.                                       
  442. EJECT                                                                           
  443.        The following JCL code may be used to send requests to DATABASE:         
  444.                                                                                 
  445.    //STEP1   EXEC   PGM=IEBGENER                                                
  446.    //SYSPRINT DD   SYSOUT=*                                                     
  447.    //SYSUT1   DD   DSN=dsname,DISP=SHR                                          
  448.    //SYSUT2   DD   SYSOUT=M,DEST=(BITNIC,DATABASE)                              
  449.    //SYSIN    DD   DUMMY                                                        
  450.                                                                                 
  451.    where dsname is the fully qualified data set name containing the             
  452.    database commands.  Note that SYSOUT=M and DEST=(BITNIC,DATABASE)            
  453.    must be used.                                                                
  454.                                                                                 
  455.        For a complete set of help files on the DATABASE server,                 
  456.    issue the following DATABASE commands:                                       
  457.                                                                                 
  458.        HELP                                                                     
  459.        HELP ARPANET                                                             
  460.        HELP DESIGN                                                              
  461.                                                                                 
  462.        For a list of all retrievable subfiles, issue the command LIST.
  463.                                                                                 
  464.    CONNECTIONS TO OTHER NETWORKS                                                
  465.                                                                                 
  466.        The BITNET network is connected to other networks through the use        
  467.    of gateways (nodes that are attached to more than one network).              
  468.    Gateway information can be requested from NICSERVE.  Look in the INDEX       
  469.    file from NICSERVE to find the name of the file containing the gateway       
  470.    information you need.                                                        
  471.                                                                                 
  472.        To transmit to a CSNET node, create a data set similar to the            
  473.    following:                                                                   
  474.                                                                                 
  475.    HELO GSUMVS1.BITNET                                                          
  476.    VERB ON                                                                      
  477.    TICK nnnn                                                                    
  478.    MAIL FROM:<your_userid@GSUMVS1.BITNET>                                       
  479.    RCPT TO:<CSNETuserid%CSNETsite.CSNET@CSNET-RELAY.ARPA>                       
  480.    DATA                                                                         
  481.    Date:      date                                                              
  482.    From:      your_userid@GSUMVS1.BITNET                                        
  483.    To:        CSNETuserid%CSNETsite.CSNET@CSNET-RELAY.ARPA                      
  484.    Subject:   (This is optional)                                                
  485.                                                                                 
  486.    Text of message goes here.  Note that the line separating the                
  487.    headers from the text is REQUIRED.                                           
  488.    .                                                                            
  489.    QUIT                                                                         
  490. EJECT
  491.    Note:  The <> signs are required in the TO: and FROM: header                 
  492.           information.  The blank line after the header information             
  493.           and before the text of the message is required.  The .                
  494.           is required to terminate the text of the message.                     
  495.           nnnn is simply a number you provide.  It is returned                  
  496.           to you if a problem arises in message transmission.                   
  497.  
  498.        Use the following JCL to transmit the data set:                          
  499.                                                                                 
  500.    //STEP1   EXEC   PGM=IEBGENER                                                
  501.    //SYSPRINT DD   SYSOUT=*                                                     
  502.    //SYSUT1   DD   DSN=dsname,DISP=SHR                                          
  503.    //SYSUT2   DD   SYSOUT=M,DEST=(INTERBIT,SMTP)                                
  504.    //SYSIN    DD   DUMMY                                                        
  505.                                                                                 
  506.    Note:  SYSOUT=M is required.  The destination is not the ultimate            
  507.           destination of the message, but the gateway between BITNET            
  508.           and CSNET.                                                            
  509.                                                                                 
  510.                                                                                 
  511.