home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR21 / DOCPRC13.ZIP / SAMP-DOC.ZIP / MAIL.DOC < prev    next >
Text File  |  1992-11-16  |  41KB  |  505 lines

  1.                                                                                 
  2.                                                                                 
  3.                                                                                 
  4.                                                                                 
  5.                                                                                 
  6.                                                                                 
  7.                                                                                 
  8.                                                                                 
  9.                                                                                 
  10.                                                                                 
  11.                                                                                 
  12.                                                                                 
  13.                                                                                 
  14.                        *************************************                    
  15.                        *                                   *                    
  16.                        *             M A I L               *                    
  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.                                                           02/15/93
  56. EJECT
  57.                                                                                 
  58.                                                                                 
  59.        The transmission of data among users on the AMDAHL 5860 (System D)       
  60.    is possible through the use of TSO/E's Interactive Data Transmission         
  61.    Facility.  This facility provides a TRANSMIT command to send messages        
  62.    and/or data sets to other users and a RECEIVE command to receive them.       
  63.    An activity log of messages and data sets transmitted and received is        
  64.    maintained under each userid.  Nicknames and distribution lists can be       
  65.    established for your convenience.  Userid verification is performed          
  66.    when you attempt to send mail to a userid on System D, and users are         
  67.    notified when they have mail waiting.  For information on how to use         
  68.    this facility to send messages and/or data sets to users connected           
  69.    to the BITNET network, read the handout on BITNET.  For a complete           
  70.    description of this facility, refer to the TSO/E COMMAND LANGUAGE            
  71.    REFERENCE MANUAL - SC28-1134.                                                
  72.                                                                                 
  73.                                                                                 
  74.    TRANSMIT command                                                             
  75.                                                                                 
  76.        The TRANSMIT command is used to send information from one user to        
  77.    another.  This command allows the sending of messages, data sets, or         
  78.    data sets prefixed with messages.  You may send partitioned data sets,       
  79.    a member or members of a partitioned data set, or a sequential data          
  80.    set.  You cannot send data sets with keys or user labels, ISAM data
  81.    sets, or VSAM data sets.  If you want to send a message, issue
  82.    TRANSMIT node.userid without any options.  You will be prompted with
  83.    a screen to type in your message.  When you are finished typing in
  84.    your message, press the PF3 key.  You may terminate TRANSMIT by
  85.    pressing the PA1 key.  If you want to send a data set prefixed with
  86.    a message, type the command "TRANSMIT node.userid MSG DATASET(dsname)".
  87.    You will be prompted with a screen to type in the accompanying message.
  88.                                                                                 
  89.        If you attempt to TRANSMIT to a nonexistent userid on the AMDAHL,        
  90.    the TRANSMIT command is terminated and the following message is sent         
  91.    to the terminal:                                                             
  92.                                                                                 
  93.            INMX151I TRANSMIT TERMINATED DUE TO INVALID USERID userid            
  94.                                                                                 
  95.    If you send mail to a valid userid on the AMDAHL, the following              
  96.    message is sent to the recepient:                                            
  97.                                                                                 
  98.            +GSU001 MAIL WAITING FROM nodename/userid                            
  99.                                                                                 
  100.    This message appears when the recepient logs on if not logged on when        
  101.    the message is sent or when the recepient hits return if already             
  102.    logged on.                                                                   
  103. EJECT                                                                           
  104.        The format of the TRANSMIT command is:                                   
  105.                                                                                 
  106.            TRANSMIT nodename.userid DATASET(dsname) options                     
  107.                                                                                 
  108.        where                                                                    
  109.                                                                                 
  110.            nodename is the name given to an institution's computer.             
  111.                     GSU's AMDAHL running MVS/XA (System D) is GSUMVS1.          
  112.                                                                                 
  113.            userid   is the userid of the person you are trying to               
  114.                     TRANSMIT to.                                                
  115.                                                                                 
  116.            dsname   is the name of the data set you wish to send.  Enclose
  117.                     a fully qualified name in quotes.  This data set may
  118.                     be a partitioned data set, a member or members of           
  119.                     a partitioned data set, or a sequential data set.           
  120.                     You cannot send data sets with keys or user labels,         
  121.                     ISAM data sets, or VSAM data sets.                          
  122.                                                                                 
  123.            options  some frequently used options are described below.           
  124.                                                                                 
  125.        To send a message or data set to more than one user at the same          
  126.    time, enclose the list of names in parentheses as shown below:               
  127.                                                                                 
  128.        TRANSMIT (nodename.userid nodename.userid ...) DATASET(dsname)           
  129.                                                                                 
  130.    or establish a nickname and distribution list using the data set             
  131.    NAMES.TEXT.                                                                  
  132.                                                                                 
  133.        You may issue the TRANSMIT command from the COMMAND line or OPTION       
  134.    line of any ISPF screen by prefixing the command with "TSO" as shown         
  135.    below.                                                                       
  136.                                                                                 
  137.           COMMAND => TSO TRANSMIT nodename.userid DATASET(dsname)               
  138.                                                                                 
  139.        The TRANSMIT command has several options.  A few of the more             
  140.    frequently used options are described below.  You may issue the TSO          
  141.    command "HELP TRANSMIT" for more information, or refer to the TSO/E          
  142.    COMMAND LANGUAGE REFERENCE MANUAL - SC28-1134 for a complete                 
  143.    description.                                                                 
  144.                                                                                 
  145.         DATASET(dsname)     - specifies the name of the data set to be          
  146.                               transmitted.  If this option is not chosen,
  147.                               TRANSMIT will assume you wish to send a           
  148.                               message and will prompt you for the               
  149.                               message.                                          
  150.         MSG                 - specifies that a message is to accompany a        
  151.                               transmitted data set.                             
  152.         COPYLIST            - COPYLIST specifies that a list of the             
  153.          NOCOPYLIST           specified addressees be built and placed as       
  154.                               a prefix to the message being sent or as an       
  155.                               accompanying message if a data set is being       
  156.                               sent.  NOCOPYLIST is the default.
  157.                                                                                 
  158. EJECT                                                                           
  159.         EPILOG              - EPILOG specifies that epilog lines con-           
  160.          NOEPILOG             tained in the NAMES data set be appended to       
  161.                               the message being sent.  EPILOG is the
  162.                               default.
  163.         PROLOG              - PROLOG specifies that prolog lines con-           
  164.          NOPROLOG             tained in the NAMES data set be prefixed to       
  165.                               to the message being sent.  PROLOG is the         
  166.                               default.                                          
  167.         NOTIFY              - NOTIFY specifies that the sender be not-          
  168.          NOTIFY(ALL)          ified when the data is received.                  
  169.          NONOTIFY             NOTIFY(ALL) specifies that the sender be          
  170.                               notified when the data has been received by       
  171.                               all addressees.  NOTIFY(ALL) overrides the
  172.                               :NOTIFY or :NONOTIFY tag in the nickname          
  173.                               section of the NAMES data set.  NOTIFY is         
  174.                               the default.  To be sure that you are
  175.                               notified when every addressee has received        
  176.                               the data, use NOTIFY(ALL).                        
  177.         PDS                 - PDS specifies that a member or members of a       
  178.          SEQUENTIAL           partitioned data set be unloaded before           
  179.                               transmission.  Directory information is
  180.                               preserved, but the receiver is forced to          
  181.                               restore the member(s) into a PDS.                 
  182.                               SEQUENTIAL specifies that a member of a           
  183.                               partitioned data set or a sequential data         
  184.                               set be sent as a sequential data set.             
  185.                               Directory information is not preserved, but       
  186.                               the receiver can restore the data set as          
  187.                               either a sequential data set or a                 
  188.                               partitioned data set.  PDS is the default.
  189.         MEMBERS(list)       - specifies a list of members to be trans-          
  190.                               mitted from the specified partitioned data        
  191.                               set.                                              
  192.         LOG                 - LOG specifies that the transmission be            
  193.          LOG(ALL)             recorded in the LOG data set.  LOG(ALL)           
  194.          NOLOG                will create a log entry for each addressee.       
  195.                               LOG(ALL) overrides NOLOG/NOLOGLST tags in         
  196.                               the NAMES data set.  LOG is the default.          
  197.                                                                                 
  198.    RECEIVE command                                                              
  199.                                                                                 
  200.        The RECEIVE command is used to receive information that has been         
  201.    sent to you from another user.  If you have mail waiting to be               
  202.    received, the following message will appear when you logon or when you       
  203.    hit return if you are logged on when the mail comes in:                      
  204.                                                                                 
  205.            +GSU001 MAIL WAITING FROM nodename/userid                            
  206. EJECT                                                                           
  207.    The format of the RECEIVE command is:                                        
  208.                                                                                 
  209.               RECEIVE                                                           
  210.                                                                                 
  211.    NOTE:  You may issue the RECEIVE command from the COMMAND line or            
  212.           OPTION line of any ISPF screen by prefixing the command with          
  213.           "TSO" as shown below.                                                 
  214.                                                                                 
  215.           COMMAND => TSO RECEIVE                                                
  216.                                                                                 
  217.        If an interactive message has been sent to you it will be                
  218.    displayed on the screen.  You cannot specify a data set to save the          
  219.    message to when you receive it, but a copy of the message is placed in       
  220.    the LOG data set.                                                            
  221.                                                                                 
  222.        If an error-free data set has been sent, the following messages          
  223.    will be displayed when you issue the RECEIVE command (any attached           
  224.    message sent along with the data set would appear first):                    
  225.                                                                                 
  226.        INMR901I Data set 'dsname' from 'userid' on 'nodename'.                  
  227.        INMR906A Enter RESTORE parameters or 'DELETE' or 'END'. +                
  228.                                                                                 
  229.    You may respond with a ? whenever you see a + to get more information        
  230.    about what to do.  If you entered a ? now, you would see:                    
  231.                                                                                 
  232.        INMR908A The input file attributes are: DISORG=_______,RECFM=__,         
  233.                 BLKSIZE=____,LRECL=_____,FILE SIZE = ____  +                    
  234.                                                                                 
  235.    If you again entered a ?, you would see:                                     
  236.                                                                                 
  237.        INMR909A You may enter DSNAME, SPACE, UNIT, VOL, OLD/NEW, or             
  238.                 RESTORE/COPY/DELETE/END                                         
  239.                                                                                 
  240.        If you enter END, the RECEIVE command will terminate leaving             
  241.    the file on the spool to be received at a later time.  If you                
  242.    enter DELETE, the file will be erased from the spool.  If you                
  243.    simply press return at this point, the received data set will be             
  244.    saved in the default data set name.  The default is the same name            
  245.    as the transmitted data set with the high level qualifier changed to         
  246.    your userid.  If you do not want the data set saved to this default          
  247.    name, use the DSNAME option to specify the name of the data set to           
  248.    use.  The format is DSNAME('dsname') where dsname can be the name of a       
  249.    new or existing data set.  Put a fully qualified name in quotes.  If
  250.    the data set already exists and its file attributes do not match those       
  251.    of the incoming file, the RECEIVE command will terminate leaving the         
  252.    file on the spool to be received at a later time.  You may specify the       
  253.    allocation parameters for a new data set or just use the defaults.           
  254.    The default allocation parameters are given on the next page.                
  255. EJECT                                                                           
  256.    PARAMETER          DEFAULT VALUE                                             
  257.                                                                                 
  258.    DSNAME             If the data set was error-free, the default is the        
  259.                       same name as the transmitted data set with the high       
  260.                       level qualifier changed to your userid.  When you         
  261.                       try to RECEIVE data sets containing errors, the           
  262.                       default is your_userid.RECEIVE.INVALID.FILE.              
  263.                                                                                 
  264.    SPACE                                                                        
  265.      primary          default value for primary space allocation is a           
  266.                       size equal to the incoming data                           
  267.      secondary        default value is 2.5% of the primary allocation           
  268.                                                                                 
  269.    TRACKS or          space to be allocated in TRACKS, CYLINDERS, or            
  270.    CYLINDERS or       BLOCKS.  Default is TRACKS.                               
  271.    BLOCKS                                                                       
  272.                                                                                 
  273.    DIRECTORY          this option is only applicable when receiving into        
  274.                       a new partitioned data set.  The default value for        
  275.                       directory blocks when receiving a sequential data         
  276.                       set into a new pds is 27.  The default when               
  277.                       receiving a pds into a pds is the number of blocks        
  278.                       required for the received members.                        
  279.                                                                                 
  280.    NEW or             If a value is not given for SPACE, The data set           
  281.    OLD or             disposition default is OLD.  If that fails, NEW           
  282.    MOD or             is used and SPACE values are added.                       
  283.    SHR                                                                          
  284.                                                                                 
  285.        If you attempt to restore the received data set to a data set that       
  286.    already exists, you will be prompted with the message:                       
  287.                                                                                 
  288.        INMR045I Data set 'dsname' already exists.  Reply 'R'                    
  289.                 to replace it. +                                                
  290.                                                                                 
  291.    Any response other than 'R' will terminate RECEIVE leaving the data          
  292.    set on the spool to be received at a later time.                             
  293.                                                                                 
  294.        If you have successfully restored the received data set, you will        
  295.    see the messages below:                                                      
  296.                                                                                 
  297.        INMR001I Restore successful to data set 'dsname'.                        
  298.        INMR900I ----------------------------------------                        
  299.                                                                                 
  300.        If you have any more data sets or messages to receive, they will         
  301.    appear at this point.  If you have no more messages or data sets             
  302.    to receive, you will see the message:                                        
  303.                                                                                 
  304.        INME000I No more Interactive Data Transmission Facility files are        
  305.                 available for the RECEIVE command to process.                   
  306.                                                                                 
  307. EJECT                                                                           
  308.        When you RECEIVE a data set containing errors, you will see the          
  309.    following messages:                                                          
  310.                                                                                 
  311.    INMR921I Received file appears not to be an Interactive Data Transmissio     
  312.             Facility file.  The first record is: * first record appears her     
  313.    INMR901I Dataset X.RECEIVE.INVALID.FILE from ? on ?                          
  314.    INMR907A Enter COPY parameters or 'DELETE' or 'END.'+                        
  315.                                                                                 
  316.        If you press the return key at this point, the data set will be          
  317.    copied into the default data set 'your_userid.RECEIVE.INVALID.FILE'.         
  318.    If there is already something in 'your_userid.RECEIVE.INVALID.FILE',         
  319.    you will be prompted for permission to overwrite it:                         
  320.                                                                                 
  321.    INMR045I Data set 'RECEIVE.INVALID.FILE' already exists.  Reply 'R'          
  322.             to replace it. +                                                    
  323.                                                                                 
  324.        If you do not want the received file saved in the default file, do       
  325.    not press return when prompted to enter copy parameters.  Instead, use       
  326.    the "DSNAME" option to specify the name of the data set to use.  If          
  327.    the file attributes of this data set do not match those of the file          
  328.    you are attempting to receive, RECEIVE will terminate leaving the file       
  329.    on the spool to be received at a later time.                                 
  330.                                                                                 
  331.        For more information on the RECEIVE command, you may issue the           
  332.    TSO command "HELP RECEIVE" or refer to the TSO/E COMMAND LANGUAGE            
  333.    REFERENCE MANUAL - SC28-1134.                                                
  334.                                                                                 
  335.                                                                                 
  336.    ACTIVITY LOG OF TRANSMIT AND RECEIVE                                         
  337.                                                                                 
  338.        The TRANSMIT and RECEIVE commands will ordinarily log every              
  339.    message and file transmitted and received to the data set                    
  340.    your_userid.LOG1.LOGSET.  The entire text of any message transmitted         
  341.    or received will be stored in this data set, but only the name of the        
  342.    data set transmitted or received will be stored in the log.  The NOLOG       
  343.    option on the TRANSMIT command will cause the transmitted message or         
  344.    data set name not to be logged to this log data set.                         
  345.                                                                                 
  346.         You can specify the name of the log data set through the :LOGNAME       
  347.    tag in the control section or in nickname definitions of the NAMES           
  348.    data set.  You can have more than one log data set, but they must all
  349.    have the DCB attributes LRECL=255, BLKSIZE=3120, and RECFM=VB.
  350.                                                                                 
  351.                                                                                 
  352.    NICKNAME AND DISTRIBUTION LISTS                                              
  353.                                                                                 
  354.        A user can define up to 10 data sets which contain synonyms for          
  355.    node.userid and distribution lists.  The name of the primary NAMES           
  356.    data set must be your_userid.NAMES.TEXT.  This data set will                 
  357.    contain the names of any other NAMES data sets.                              
  358. EJECT                                                                           
  359.        The NAMES data set is composed of two sections -- the control            
  360.    section and the nicknames section.  The control section comes first          
  361.    and ends with the first :nick tag.  The control section can contain          
  362.    tags specifying names of other NAMES data sets, epilog and prolog            
  363.    lines to be appended to all transmitted messages, and names of other         
  364.    LOG data sets.  There are no required tags for the control section.          
  365.    The only defaults if not otherwise specified in the control section          
  366.    are :LOG and :NOTIFY.                                                        
  367.                                                                                 
  368.        The nicknames section consists of nickname entries which begin           
  369.    with the :NICK tag.  The nicknames section includes tags specifying          
  370.    nicknames for userid, the node name that the userid is on, text names        
  371.    and addresses associated with each nickname, and distribution lists.         
  372.    The only required tags in the nicknames section are :NICK, :USERID,          
  373.    and :NODE.                                                                   
  374.                                                                                 
  375.    All tags have the format:                                                    
  376.                                                                                 
  377.           :tagname.operand                                                      
  378.                                                                                 
  379.    Note:  The : preceeding the tag name and the  "."  following the tag name
  380.           are required.
  381.                                                                                 
  382.        The control section may contain any or all (or none) of the              
  383.    following tags:                                                              
  384.                                                                                 
  385.        :ALTCTL.dsname                                                           
  386.                                                                                 
  387.               This tag specifies the fully qualified name of another            
  388.               data set to use in looking up nicknames.  There can be            
  389.               up to a maximum of ten :ALTCTL tags.  TRANSMIT will               
  390.               scan the data sets in the order listed.  Control section          
  391.               tags in these secondary NAMES data sets are ignored.              
  392.                                                                                 
  393.        :EPILOG.text                                                             
  394.                                                                                 
  395.               This tag specifies a line of text to be appended to the           
  396.               end of any transmitted message.  The maximum length of            
  397.               the epilog line is 72 characters and there can be up              
  398.               to ten :EPILOG lines.  These lines will be appended in            
  399.               the same order as they are in the data set.  The NOEPILOG         
  400.               option of the TRANSMIT command will cause these epilog            
  401.               lines not to be appended to the current message.                  
  402.                                                                                 
  403.        :PROLOG.text                                                             
  404.                                                                                 
  405.               This tag specifies a line of text to be prefixed to the           
  406.               beginning of any transmitted message.  The maximum length         
  407.               of the prolog line is 72 characters and there can be up to        
  408.               ten :PROLOG lines.  These lines will be prefixed in the           
  409.               same order as they are in the data set.  The NOPROLOG             
  410.               option of the TRANSMIT command will cause these prolog            
  411.               lines not to be prefixed to the current message.                  
  412. EJECT                                                                           
  413.        :LOGNAME.dsname                                                          
  414.                                                                                 
  415.               This tag specifies the default qualifier for the log data         
  416.               set name.  If :LOGNAME is specified in a nickname entry,          
  417.               that entry overrides the default entry in the control             
  418.               section.                                                          
  419.                                                                                 
  420.        :LOG or :NOLOG                                                           
  421.                                                                                 
  422.               This tag controls the logging of entries into the log file        
  423.               for addressees specified by node.userid in the TRANSMIT           
  424.               command and for nicknames which do not specify a :LOG or          
  425.               :NOLOG.  A :LOG or :NOLOG tag specified in the nicknames          
  426.               section will override the default set in the control              
  427.               section.  The LOG, LOG(ALL) or NOLOG option on the TRANSMIT
  428.               command overrides any default in the NAMES data set.
  429.                                                                                 
  430.        :NOTIFY or :NONOTIFY                                                     
  431.                                                                                 
  432.               This tag controls the notification that the addresses             
  433.               specified by node.userid and the nicknames without a              
  434.               :NOTIFY or :NONOTIFY tag have received the transmitted            
  435.               data.  A :NOTIFY or :NONOTIFY tag in the nicknames section        
  436.               overrides this default.  The NOTIFY, NOTIFY(ALL) or               
  437.               NONOTIFY option on the TRANSMIT command overrides any             
  438.               default in the NAMES data set.                                    
  439.                                                                                 
  440.                                                                                 
  441.        The nicknames section consists of nickname entries which begin           
  442.    with the :NICK tag.  The following tags can be used:                         
  443.                                                                                 
  444.        :NICK.nickname                                                           
  445.                                                                                 
  446.               Nicknames can be 1 to 8 alphanumeric characters in length         
  447.               and are used to begin a new entry in the nicknames section.       
  448.                                                                                 
  449.        :NOTIFY or :NONOTIFY                                                     
  450.                                                                                 
  451.               This tag will override any default set in the control             
  452.               section but will be overridden if the NOTIFY, NOTIFY(ALL),        
  453.               or NONOTIFY option of the TRANSMIT command is used.               
  454.                                                                                 
  455.        :NODE.nodeid                                                             
  456.                                                                                 
  457.               This tag specifies a network node name for the nickname           
  458.               entry.                                                            
  459.                                                                                 
  460.        :USERID.userid                                                           
  461.                                                                                 
  462.               This tag specifies the userid of the user specified in the        
  463.               :NICK tag.  :LIST or :CC may not be used in the same entry        
  464.               when :USERID is used.                                             
  465. EJECT                                                                           
  466.        :LOG or :NOLOG                                                           
  467.                                                                                 
  468.               This tag will override any default set in the control             
  469.               section but will be overridden if the LOG or NOLOG option         
  470.               of the TRANSMIT command is used.                                  
  471.                                                                                 
  472.        :LOGLST or :NOLOGLST                                                     
  473.                                                                                 
  474.               This tag is used when the nickname entry specifies a              
  475.               distribution list rather than an individual.  It specifies        
  476.               whether or not a log entry should be made for every               
  477.               addressee in the list.                                            
  478.                                                                                 
  479.        :NAME.username                                                           
  480.                                                                                 
  481.               This tag contains a text name of the user or group being          
  482.               defined in the :NICK entry.  This name can be a maximum of        
  483.               30 characters long and will appear in the copylist and log        
  484.               entries, if any, for this nickname.                               
  485.                                                                                 
  486.        :ADDR.address                                                            
  487.                                                                                 
  488.               This tag specifies the address of the user or group being         
  489.               defined in the :NICK entry.  You must separate individual         
  490.               address lines by semicolons.                                      
  491.                                                                                 
  492.        :LIST.name name-list                                                     
  493.                                                                                 
  494.               This tag is used to specify a distribution list of                
  495.               addressees.  The list of names can be either nicknames or
  496.               node.userid or the name of another distribution list.
  497.                                                                                 
  498.        :CC.name name-list                                                       
  499.                                                                                 
  500.               This tag is a synonym to the :LIST tag.                           
  501.                                                                                 
  502.        For more information, you may enter the TSO command HELP NICKNAME        
  503.    or HELP NICKNAME OPERAND(:tagname).  You may also refer to the TSO/E         
  504.    COMMAND LANGUAGE REFERENCE MANUAL - SC28-1134.                               
  505.