DDWKEY0013 in BDACTDD2 or AXACTDD2 jobs
search cancel

DDWKEY0013 in BDACTDD2 or AXACTDD2 jobs

book

Article ID: 30694

calendar_today

Updated On:

Products

Datacom Datacom/AD Datacom/DB

Issue/Introduction

Datacom upgrade job receives DDWKEY0013 errors in step STEP2B of job BDACTDD2 for Datacom/DB or in step DDCFBLD of job AXACTDD2 for Datacom/AD. The step Condition Code is set to 4.

This step is running DDCFBLB program with the following SYSIN CARD:

-CXX BUILD,DATABASE,DDD-DATABASE(PROD,DD,PRIV)

These warning messages are returned: 

    *** VERIFY WARNING MESSAGES ***                                                                                                  
     DDWKEY0013 SIGNED NUMERIC FIELD IN KEY                                                                                          
    ENTITY=SYSCONSTROBJ.RAAT-KEY                                                                                                     
     DDWKEY0013 SIGNED NUMERIC FIELD IN KEY                                                                                          
    ENTITY=SYSCONSTROBJ.SQLNAME-KEY                                                                                                  
     DDWKEY0013 SIGNED NUMERIC FIELD IN KEY                                                                                          
    ENTITY=SYSCONSTRSRC.SOURCE-KEY                                                                                                   
     DDWKEY0013 SIGNED NUMERIC FIELD IN KEY                                                                                          
    ENTITY=MSG-TABLE.MSGKY                                                                                                           

Is this expected or something of concern?

Environment

Component : Datacom/DB

Component : Datacom/AD

Cause

These are only warnings - see further explanation below.

Resolution

The DDWKEY0013 message is a warning that a key contains signed numeric fields. It just tells you that a field that makes up a key is signed numeric. This is normal for the DDD-DATABASE and can be ignored. The JCL for the BDACTDD2 and AXACTDD2 jobs contains the message, "Expected Condition Code EQ 04 (or less)."

Therefore, in these steps, the messages are to be expected and are not a problem. These steps with only these messages should be considered successful.

Additional Information

From the DDWKEY0013 message description:

Reason:

During the verification of a DATABASE structure, a KEY substructure was detected that contains a FIELD entity-occurrence with a TYPE attribute-value of N or D and a SIGN attribute-value of Y. Use of a signed numeric FIELD entity-occurrence in a key can cause the data records to be sorted and retrieved in a different sequence than expected.

Action:

This is a warning message only. No action is required if this manner of sorting and retrieval is acceptable. To obtain a logical sorting sequence, change the KEY entity-occurrence DATA-SENSITIVE attribute-value to Y.

 

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