********************************************************************* * CZ801.T01 DB-EZReorg Tech Note March 1998 * * * * KEYWORDS: DMCL= * * * * Description: Under certain conditions (to do with DB procs), * * DBEZRFWD will return IDMS status 1494 in internal * * step DBEZCUP2. * * * * This error status can occur when the roll forward process * * encounters a record type defined with database procedures in * * the reload subschema. To check whether the procedures have * * changed from the unload subschema, a bind run unit is issued * * for the unload subschema in DBEZRFWD, step DBEZCUP2. A 1494 * * will result if the DMCL named in SYSIDMS doesn't contain the * * unload segment. * * * * In these circumstances, include both the old and new segments * * in the DMCL specified in the SYSIDMS for DBEZRFWD. * * * * To simplify matters, the recommendation is now to supply a * * DMCL that contains both unload and reload segments (where * * different) in all circumstances. * * * *********************************************************************