Hi,
We have defined a VSAM dataset with a share option of (1,3) and are opening it in INPUT mode in a COBOL program. Many jobs access this VSAM dataset at the same time and we are getting VSAM contentions with the error message
IEC161I 052(012)-084,JOBNAME,STEP030 M000$,VSAMFILE,,,
which means that someone else has had the file open in OUTPUT mode. but none of our programs are opening the file in OUTPUT mode. so why is this contention occurring? Any ideas pls..
We have defined a VSAM dataset with a share option of (1,3) and are opening it in INPUT mode in a COBOL program. Many jobs access this VSAM dataset at the same time and we are getting VSAM contentions with the error message
IEC161I 052(012)-084,JOBNAME,STEP030 M000$,VSAMFILE,,,
which means that someone else has had the file open in OUTPUT mode. but none of our programs are opening the file in OUTPUT mode. so why is this contention occurring? Any ideas pls..