How to resolve error DB01914E - DUPLICATE STATEMENT RECEIVED

book

Article ID: 10128

calendar_today

Updated On:

Products

CA Datacom CA DATACOM - AD CA CIS CA Common Services for z/OS CA 90s Services CA Database Management Solutions for DB2 for z/OS CA Common Product Services Component CA Common Services CA Datacom/AD CA ecoMeter Server Component FOC CA Easytrieve Report Generator for Common Services CA Infocai Maintenance CA IPC Unicenter CA-JCLCheck Common Component CA Mainframe VM Product Manager CA Chorus Software Manager CA On Demand Portal CA Service Desk Manager - Unified Self Service CA PAM Client for Linux for zSeries CA Mainframe Connector for Linux on System z CA Graphical Management Interface CA Web Administrator for Top Secret CA CA- Xpertware

Issue/Introduction

When running a CA Datacom/DB or CA Datacom/AD Multi-User Facility (called MUF), a set of execution options is provided via SYSIN at startup. These options control many different functions within the MUF, and there are a number of options that control processing in combination with other options.

When the same option is specified twice, the parameters on the duplicated option might be different, or they might conflict with other options already processed, and so the MUF sends this error to identify this situation.

For example, you might see this set of errors in the listing of MUF Startup Options:

. . .
DB01900I - SYSOUT     L,5M,1M,3M,1M,1M    CLASS,ML,CBS,SQL,DD,DST
DB01909E -            * - ASTERISK POINTS NEAR ERROR
DB01914E - DUPLICATE STATEMENT RECEIVED
. . .
DB00216E - ERROR IN SYSIN/SYSIPT DATA

The DB00216E error is a general error, and indicates that there is a problem in the MUF Startup Options that prevents the MUF from starting. In this case, the DB01909E error points out the option that is a problem, and the DB01914E error identifies the problem: here, the SYSOUT statement was already processed earlier in the SYSIN.



Environment

Release: DATABB00200-14-Datacom/AD
Component:

Resolution

In order to resolve these DB01909E and DB01914E errors, please review your SYSIN for the MUF (note that it might be in multiple PDS members), and remove the duplicated option. Also ensure that you have the correct settings on the option you are keeping.

Additional Information

As always, please contact CA Technologies support for CA Datacom if you have further questions.