MSCEWI3107

Label declaration not supported

This EWI was moved to General Issues. Now: MSCEWI1094.

Severity

Low

Description

Currently there is not equivalent for labels declaration in Snow Scripting so an EWI is added and the label is commented out

Example Code

Input Code:

CREATE OR REPLACE PROCEDURE Example ( grade NUMBER )
IS
BEGIN
	<<CASE1>><<CASE2>>
	CASE grade
		WHEN 10 THEN NULL;
		ELSE NULL;
	END CASE CASE1;
END;

Output Code:

Recommendations

  • No end-user action is required.

  • If you need more support, you can email us at [email protected]

Last updated