Getting following error from COBOL pre-compiler:
DML005 Internal Error --> SetSVString - SV reset sv=133
Release : 19.0
The DML005 message usually indicates a mismatch in release level between the DMLC compiler and the dictionary it is running against.
Usually, the dictionary you are compiling against doesn't have the protocols updated to the latest copy. These protocols control how IDMS translates IDMS statements. The job to update the dictionary is DLODPROT (located in Job10, see doc). During an install, this job usually runs against the default dictionary, but also needs to be run against all dictionaries that have compiles done against them.