Running an IDMS UNLOAD/RELOAD in IDMSBCF abends with ERROR STATUS 1770 in the UNLOAD and message:
IEC130I ddname DD STATEMENT MISSING
Release: 19.0
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.
To resolve the problem either:
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.