This may look too trivial! Is there a way to find out the version of the COBOL being used in any mainframe project? Is there some control dataset or something where such information is stored? In general, in any given mainframe project, how can we find the version of the softwares being used
We have a front end application that accesses DB2 via UDB. When the following query is executed from the front end application,
SELECT * FROM TABLE1 WHERE USER != 'USER1';
we get the error message
'com.bt.cfb.exception.CFBSystemException: Unexpected SQL error while accessing TABLE1...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.