OPS/MVS

  • 1.  AOF Variable Compilation/Processing Time

    Posted Jun 12, 2017 03:59 PM

    I was told by a co-worker that it's not a best practice to reference the same AOF Variable more than once in a rule because it takes more time to compile and/or process. He said that if you are going to reference the same variable more than once, it's advisable to assign its value to another variable, for example, msgtext = msg.text.

    I'd like to know if whether it's true or not. Thank you very much!



  • 2.  Re: AOF Variable Compilation/Processing Time
    Best Answer

    Posted Jun 13, 2017 12:12 PM

    Hello Angelica,

     

    I have spoken with our Development group and they said referencing the same AOF Variable more than once in a rule will cause more time to compile and/or process the rule. This is how our code works.  If you are going to reference the same variable more than once in the rule, it is advisable to assign its value to another variable. It is true what you were told.

     

    Thank you,

    Kraig Johnson

    Sr. Support Engineer, Customer Support

    One team, Your Success. Everyday



  • 3.  Re: AOF Variable Compilation/Processing Time

    Posted Jun 13, 2017 02:54 PM
      |   view attached

    Thank you very much Kraig.