The
universe statement determines whether to allow normal execution of a procedure or function based on the value of condition. The
condition following the universe command is evaluated. If the condition is true, then the statements following it are executed. If the condition is false, processing stops for the current procedure or user-defined function, and control is passed to the next procedure or user-defined function.