Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Return statements must be used to return a value to a calling procedure. You cannot use Return statements by themselves to control program flow.
Error ID: BC30654
To correct this error
Specify a value that the function or procedure can return.
Use the End statement to cause the program to exit the current procedure.