DSLogToController
Use the DSLogToController function to put an informational message in the log file of the job controlling another job.
Syntax
Call DSLogToController(MsgString)
MsgString is the text to be logged. The log event is of type Information.
Remarks
If the current job is not under control, a silent exit is performed.
Example
Call DSLogToController("This is logged to parent")