Hi Tom,
I am not aware of any unique statement required in a COBOL Stored Procedure that would identify it as such so I think your idea of using a file extension to identify the COBOL stored procedures is the way to go. Also by using a file extension you can use the new ${FILE_EXT} pre-defined variable added in DBB v3.0.1. Then it should be simply a matter of just adding an additional condition to the compileParms variable:
- condition: ${FILE_EXT} == spcbl
value: ATTACH(RRSAF)
Thanks, Dan