home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug172.arc / APL-Z.LBR / APL-SVAR.DZC / APL-SVAR.DOC
Text File  |  1979-12-31  |  2KB  |  37 lines

  1. Shared Variable System Functions
  2. (taken from IBM VS APL Reference Summary #SX26-3712-6)
  3.  
  4. Descriptive Name/        Result
  5. General Form
  6.  
  7. access control query     Access control vector for the shared
  8. quad SVCy                variable named y.
  9.  
  10. set access control       Access control vector for shared
  11. x quad SVCy              variable y is set based on x. New
  12.                          access control vector is displayed.
  13.  
  14. incoming offer query     A matrix of variable names offered
  15. quad SVQy                by any of the processors named in y.
  16.                          If y is empty, the result is a vector 
  17.                          of processor numbers making unmatched
  18.                          offers.
  19.  
  20. outgoing offer query     A matrix of variable names offered
  21. x quad SVQy              to y having a degree of coupling of
  22.                          x. If y is empty, the result is a
  23.                          vector of processor numbers offered
  24.                          variables with that degree of
  25.                          coupling.
  26.  
  27. shared variable offer    Variable named y is offered for
  28. x quad SVOy              sharing with processor x. Resulting
  29.                          degree of coupling is returned.
  30.  
  31. shared variable          Offer of variable named y is retracted.
  32. retraction               Degree of coupling of y before
  33. quad SVRy                retraction is returned.
  34.  
  35. shared variable status   Degree of coupling of variable named
  36. quad SVOy                y is returned.
  37.