Comments

Comments placed within Embedded SQL and COBOL statements must follow one of three conventions.

The Transact-SQL convention is:

/* comments */ 

The COBOL convention is:

* (in column 7)

The ANSI convention is:

-- comments  

Comments placed outside SQL statements must conform to COBOL programming conventions.