stansaraczewski
Programmer
- Apr 8, 2009
- 2
I'm debugging an assembler program that is abending on a item error after a read ts.
The situation is complicated by the user not being able to reproduce the error on demand... happens some of the time.
Another issue is that no diagnostic tools are available (other than CEDF of course).
The code is part of a very large system that is perhaps nearly 30 years old. It has many macros that produce the exec cics statements. The one I am concerned about is the write ts that creates the ts items that are read on re-entry... it has a nohandle specified, and is dealing with aux... the vsam temp storage dataset.
I've been away from CICS applications work for a number of years, but do recall from those 'old days' that specifying 'aux' wasn't good, and of course the nohandle will ignore errors.
Does anyone have any thoughts that they'd like to share ?
The situation is complicated by the user not being able to reproduce the error on demand... happens some of the time.
Another issue is that no diagnostic tools are available (other than CEDF of course).
The code is part of a very large system that is perhaps nearly 30 years old. It has many macros that produce the exec cics statements. The one I am concerned about is the write ts that creates the ts items that are read on re-entry... it has a nohandle specified, and is dealing with aux... the vsam temp storage dataset.
I've been away from CICS applications work for a number of years, but do recall from those 'old days' that specifying 'aux' wasn't good, and of course the nohandle will ignore errors.
Does anyone have any thoughts that they'd like to share ?