UNLOAD/RELOAD abends with ERROR STATUS 1770 & IEC130I DD STATEMENT MISSING
search cancel

UNLOAD/RELOAD abends with ERROR STATUS 1770 & IEC130I DD STATEMENT MISSING

book

Article ID: 384327

calendar_today

Updated On:

Products

IDMS IDMS - Database

Issue/Introduction

Running an IDMS UNLOAD/RELOAD in IDMSBCF abends with ERROR STATUS 1770 in the UNLOAD and message:

IEC130I ddname DD STATEMENT MISSING

Environment

Release: 19.0

Cause

The 1770 indicates the file could not be opened.

The IEC130I ddname DD STATEMENT MISSING occurs because the DMCL does not have a dataset name for that file.
You can confirm this by running IDMSLOOK with this input:

//SYSIPT  DD *
DMCL 
/*

Then check the output and do a find for the ddname, The dataset name is the last column in the report.

Resolution

To resolve the problem either:

  • Add the dataset name for the file to the DMCL

    or

  • Add a DD statement in the IDMSBCF UNLOAD JCL for that file pointing to the dataset name.

You will need to add a dataset name for the files containing the areas being unloaded and for all related areas in the dependency table.