/DESIGN[=design-option] /NODESIGN (D) Indicates that the source file should be processed as a program design language. The design options are as follows: COMMENTS The ANALYZE command looks inside comments for design information. Information about comments is included in the analysis data file. Any errors detected are reported. NOCOMMENTS The ANALYZE command ignores comments. PLACEHOLDERS The ANALYZE command treats LSE placeholders as valid syntax. Placeholders are reported in the analysis data file. NOPLACEHOLDERS The ANALYZE command does not report placeholders in the .ANA file. It does not report errors if placeholders are encountered. If you specify the /DESIGN qualifier, the default is /DESIGN= (COMMENTS,PLACEHOLDERS). If you do not specify this qualifier, the default is /NODESIGN.