MOO.PROCESS.LOG


Update the process log of a given process with a message.   Typically used in OLAP DML Programs designed to execute in the Process Manager.


Syntax


            call moo.process.log([Process],[Message])



Definitions

       

       Process                        An existing Process ID

       Message                        Text message to go in process log

               


Return Value


       None or error message


Examples


       _msg = 'Duplicate values in dimension list. Job Canceled'

         call moo.process.log(current.process, _msg)