OPS/MVS

 View Only
  • 1.  Is it possible to call an external Rexx routine from rules

    Posted Sep 22, 2016 07:34 PM

    I have a repetitive date routine that converts Julian to Normal date format, is it possible to call an external REXX from a REQ rule and return the converted date?    That way I don't have to copy this routine everywhere.

     

    I am putting the routine in one of my OPS SYSEXEC DD dataset and the call is not finding it.

     

    COMPILING TEST.ONETIME, LINE 9: ROUTINE JCONV NOT FOUND 

     

    Thanks

    Chris



  • 2.  Re: Is it possible to call an external Rexx routine from rules

    Posted Sep 22, 2016 07:56 PM

    Nevermind I resolved the issue and have it all working now. 



  • 3.  Re: Is it possible to call an external Rexx routine from rules

    Posted Sep 23, 2016 08:08 AM

    Chris,

    Share with us how you manage to resolve it.

    Cesar



  • 4.  Re: Is it possible to call an external Rexx routine from rules
    Best Answer

    Posted Sep 23, 2016 09:07 AM

    Well,  in the past I had an issue with this and was prepared for it not to work.  But I have reinstalled  OPS since the last time I tried and totally reconfigured it.  Short answer, don't go into a situation with preconceived awareness.  I basically misspelled the REXX member name, fixed the spelling and off we go.  Sometimes the most obvious is the most difficult to accept.  Also, don't try to do real work when you are on call for all of zOS.

     

    ;-). 

     

    Chris



  • 5.  Re: Is it possible to call an external Rexx routine from rules

    Posted Sep 23, 2016 11:33 AM

    Thanks Chris

    Trust me those are the most difficult issues to resolve.

    Glad you are back in track.

    Regards, Cesar