Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Kpganesh

    How to find the COBOL version being used

    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
  2. Kpganesh

    Error 42601 in UDB

    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...
  3. Kpganesh

    Share options in VSAM datasets

    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...

Part and Inventory Search

Back
Top