1 COBol COBOL/qualifiers filespec /OBJECT:filespec /NOOBJECT - Do not produce object file /LIST[:filespec] - Produce listing file /NOLIST ** /SWITCHES:(cobolswitches) 2 Switches /ACC:n - specifies acceptable object file diagnostics /-BOU - suppresses bounds checking /CM6 - specifies COMPUTATIONAL-6 interpretation /CREF - creates cross-reference listing /CSEG:n - specifies maximum procedural PSECT size /CVF - specifies conventional format /DE - create descriptors for all data-names (COBOL V4.1) /ERR:n - suppresses diagnostic printing /FLG:kk - create Federal Standard COBOL Diagnostics (COBOL V4.1) /HELP - displays complier command line information /KER:kk - assigns PSECT kernel names /MAP - creates map on listing /NL - suppresses listing of library text /OBJ - prints object code locations on listing /OV - overlays all procedural PSECTS /PFM:n - assigns a maximum PERFORM nesting value /-PLT - suppresses literal pooling /RO - creates read-only PSECTS /-ODL - (COBOL V4.0) /-SKL - suppresses SKL file generation (COBOL V4.1) /SUB - identifies a subprogram /SYM:n - adds symbol table space (COBOL V4.1) /TMP:dd - assigns a device for temp file storage (COBOL V4.1)