DB006502 and similar warning messages in IDMSDMLC
search cancel

DB006502 and similar warning messages in IDMSDMLC

book

Article ID: 234084

calendar_today

Updated On:

Products

IDMS

Issue/Introduction

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

Environment

Release : All supported releases.
Component : IDMS/DB

Cause

A value other than the default of NO is being used for the SQL parameter passed to IDMSDMLC.

Resolution

Ensure that SQL=NO is passed to IDMSDMLC (or nothing is passed at all).

See Passing Parameters to the Precompiler.