VM

 View Only
  • 1.  ETS39

    Posted Feb 15, 2017 03:55 PM

    Hello @ll.

    I'm looking for some help on this problem in ROSCOE 6.0.

    A user is running a RPF, and got the following message: ETS39 PROGRAM'S GETMAIN MAXIMUM HAS BEEN EXCEEDED.

    The Roscoe Message Guide says:

    ETS39
    PROGRAM'S  GETMAIN  MAXIMUM  HAS  BEEN  EXCEEDED
    Explanation:   The  site-designated  maximum  amount  of  memory  has  been  used.  Program
    execution  terminates.  (The  Trap  Code  is  set  to  99.)
    User  Response: Ask  your  site  system  programmer  to  increase  the  amount  of  memory  available
    to  the  program.

     

    For me is not clear what and where I need to increase the amount of memory.  Any recommendation  on this will be welcomed.

    Many thanks.

    Fernando



  • 2.  Re: ETS39

    Posted Feb 15, 2017 04:18 PM

    Fernando,

    This indicates that a program called within the RPF is requesting memory that exceeds what is allowed.

    This is controlled via the list pointed to by Roscoe  ETSOPGMS=  parm  know as the EPL.

    Default being ETSOPGMS=RO.ETSOPGMS

     

     

    This roscoe member contains a header :

    VERSION2

      NAME   MAX MAX. MAX.   MAX.   MAX.   MAX.   D M C

             USR SLI- TOT.   VAR.   TOT.   VAR.   U O P

                 CES  GETM   GETM   GETM.  GETM.  M D

                      AM24   AM24   AM31   AM31   P E

    *



  • 3.  Re: ETS39
    Best Answer

    Posted Feb 15, 2017 04:26 PM

    Not sure why this was cut off.   Complete reply is : 

     

    Fernando,

    This indicates that a program called within the RPF is requesting memory that exceeds what is allowed.

    This is controlled via the list pointed to by Roscoe  ETSOPGMS=  parm  know as the EPL.   

    Default being ETSOPGMS=RO.ETSOPGMS

     

     

    This roscoe member contains a header :

    VERSION2                                                             

      NAME   MAX MAX. MAX.   MAX.   MAX.   MAX.   D M C                  

             USR SLI- TOT.   VAR.   TOT.   VAR.   U O P                  

                 CES  GETM   GETM   GETM.  GETM.  M D                    

                      AM24   AM24   AM31   AM31   P E                    

    *------- --- ---- ------ ------ ------ ------ - - ------------------   

    Followed by a list of programs, in alphabetic order.

     

    The max getmain values for the program would need to be increased to address this or the program reviewed to see why it requested the larger amount of storage.

     

    CA Roscoe System Reference Guide has more info on this  EPL.

     

    Hope this helps.

     

    Regards,

     

     

     

    Wayne Chisholm



  • 4.  Re: ETS39

    Posted Feb 16, 2017 10:07 AM

    Wayne, I appreciate so much your answer, that was what I'm looking for.

    Best regards.

    Fernando