DB002263 C-4M352: Wrong Length Record. DDname SYS010
search cancel

DB002263 C-4M352: Wrong Length Record. DDname SYS010

book

Article ID: 12562

calendar_today

Updated On:

Products

IDMS IDMS - Database IDMS - ADS

Issue/Introduction



Running CA IDMS utility Unload-Reload.

Step IDMSDBL3 receives error:

DB002263 C-4M352: Wrong Length Record. DDname SYS010

Environment

Release: IDADSO00100-18.5-ADS-for CA-IDMS
Component:

Resolution

the Utilities manual states about the SYSxxx files for unload/reload:

 

All SYSxxx files are variable length files. The record length can vary from one step to the next, from one job to the next. Do not code an LRECL value in the JCL, just code a BLKSIZE value. A BLKSIZE value should be chosen based on the optimal size for the device being used, for example, 1/2 track if disk or 32k if tape.

Removing the LRECL resolved this problem.