Hi,
I've a requirement like this. We frequently get deadlocks in our project while performing 'STORE' command(IDMS). And the deadlock information(dump) is filled up in CICS logs which is consuming more space. I'd like to prevent writing the deadlock info(dump) in CICS log(let the deadlock happen). How can I achieve this?
Note: I can see the STORE command has 'perform IDMS-STATUS' para called in it when it is expanded in cobol listing. I think 'perform IDMS-STATUS' is writing the dump.