Is there any command you can use to leave a procedure before reaching the end-procedure command. For example say there are multiple IF statements in a procedure and as soon as an IF statement executes you want to exit the procedure so that no more IF statements will be processed. Is there some form of EXIT command in SQR you can use to do this ?