{
{   The purpose of this procedure is to process segment access faults in job
{ mode that were detected by memory manager in monitor mode.  This procedure
{ calls either a user specified error exit procedure or a procedure to invoke
{ a condition handler.
{
{       MMP$SEGMENT_FAULT_HANDLER (SEGMENT_ACCESS_FAULT, FAULT_SAVE_AREA_P)
{
{ SEGMENT_ACCESS_FAULT: (input) This parameter is the monitor fault used to pass
{       segment fault information to job mode.
{
{ FAULT_SAVE_AREA_P: (input) This parameter points to the save area where the
{       fault occurred.
{
