All before/after subroutines are server routines, whether they're called from server jobs or parallel jobs. They can not be called directly from sequences but a simple interlude could be constructed. FUNCTION ExecSHSilentInterlude(Arg1) ErrorCode = 0 Call ExecSHSilent(Arg1, ErrorCode) Ans = ErrorCod...