Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: XMA1C

XMA1C.m

Go to the documentation of this file.
  1. XMA1C ;ISC-SF/GMB-Server Basket APIs ;04/17/2002 07:10
  1. ;;8.0;MailMan;;Jun 28, 2002
  1. ; Was (WASH ISC)/ACC/IHS
  1. ;
  1. ; Entry points (DBIA 10072):
  1. ; REMSBMSG Remove a message from a server basket
  1. ; SETSB Put a message in a server basket
  1. ;
  1. SETSB ; Put a message in a server basket
  1. ; (Create mail basket for server under postmaster as needed)
  1. ; In:
  1. ; XMXX Server Name (full name, starting with 'S.')
  1. ; XMZ Message Number
  1. ;Messages to server are saved in a mail basket of the
  1. ;Postmaster much like transmission queues. But while
  1. ;Domain queues point at the domain file (domain#+1000),
  1. ;Server baskets point at the option file (option#+10000).
  1. D PUTSERV^XMXMSGS1(XMXX,XMZ)
  1. Q
  1. REMSBMSG ; Remove a message from a server basket
  1. ; In:
  1. ; XMSER Server Name (full name, starting with 'S.')
  1. ; XMZ Message number
  1. D ZAPSERV^XMXMSGS1(XMSER,XMZ)
  1. K XMKD,XMZ,XMDUZ,XMK,XMSER
  1. Q