The IDMS cobol pre-compiler IDMSDMLC is issuing warning messages such as:
W DML035 SQL Message -- DB006502 T8001 C1M330: STANDARDS Violation: <ORDER> parameter not allowed on th LINE 761 COL 11
W DML035 SQL Message -- DB006501 T8001 C1M330: STANDARDS Violation: Statement not allowed LINE 1491 COL 13
W DML035 SQL Message -- DB006504 T8001 C1M330: STANDARDS Violation: <CURRENT> special register not allo LINE 1582 COL 14
The compile is otherwise successful.
The following messages are also possible:
DB006503 DB006505 DB006506 DB006507 DB006508
Release : All supported releases.
Component : IDMS/DB
A value other than the default of NO is being used for the SQL parameter passed to IDMSDMLC.
Ensure that SQL=NO is passed to IDMSDMLC (or nothing is passed at all).