home *** CD-ROM | disk | FTP | other *** search
/ Set of Apple II Hard Drive Images / hard.hdv / HARD / APWRITE / STSMVT < prev    next >
Encoding:
Text File  |  1996-01-16  |  970 b   |  21 lines  |  [04] ASCII Text (0x0000)

  1. STATUS MOVEMENT:
  2. ================
  3.  
  4. - High level program sends message to SM by choosing a Path Activity Type,
  5. setting up Transaction Areas, putting addresses into the SM parm area, 
  6. and LINKing to the logical program (SMDRIVER or SMDGOVT) thru LEM, which will
  7. invoke CMSSMDC0.  SM may call Path Assignment (CMSPASC0), Open Item Create
  8. (CMSOICC0), and invoke the logical programs defined for a path before
  9. returning to the high level program with a return code.  The high level
  10. program evaluates the return code and takes appropriate action, (such as
  11. printing an error message on the screen, or sending the trade to the exception
  12. handler).
  13.  
  14. - Status movement receives a Path Activity Type, uses transaction data to
  15. assign a path, determines the next path station, gets a status block,
  16. reads status block control to determine what the next movement will be.
  17.  
  18. - Intercept Path Assignment after path is chosen to see what is happening.
  19. Use it to debug navigation errors.  
  20.  
  21.