DB002357 C<sqlcode>M<module-number>:Function <name>: Invalid parmlist.
search cancel

DB002357 C<sqlcode>M<module-number>:Function <name>: Invalid parmlist.

book

Article ID: 255872

calendar_today

Updated On:

Products

IDMS

Issue/Introduction

I am trying to do an unload/reload of an area which is about 60% full. It only contains one record type which is stored location mode of calc. The abend I am receiving is as follows:

DB002357 C<sqlcode>M<module-number>:Function <name>: Invalid parmlist.

Environment

Release : 19.0

Resolution

This error usually occurs when the RELOAD DMCL does not contain the area or segment specified in the Unload syntax. The RELOAD DMCL specified in the syntax must have the new segment and area defined. This RELOAD DMCL must be available to the Unload.

Additional Information

What are the steps to run a basic unload-reload