Comment Contents Synopsis Description Changing This Parameter Retain embedded SQL statements as comments in source code. Synopsis [SQL] Comment=n n is either 1 or 0. The default value is 1. Description When Comment is enabled (n = 1), embedded SQL statements are retained as comments in the source code (.INT) version of the routine. Changing This Parameter To set the desired value for Comment from the Terminal, use the SetOption(“RetainSQL”)Opens in a new tab method of the %SYSTEM.SQL.UtilOpens in a new tab class. See the class reference for details.You can also change Comment with the Config.SQLOpens in a new tab class (as described in the class reference) or by editing the CPF in a text editor (as described in the Editing the Active CPF section of the “Introduction to the Configuration Parameter File” chapter in this book).