Previous Topic: DB13037ENext Topic: DB13039E


DB13038E

AREA aaa NOT DEFINED FOR BASE nnnn

Reason:

The identified area is not defined for the identified database. The DATACOM-NAME for the area replaces aaa in the message text and the DATACOM-ID of the database replaces nnnn.

Action:

Take one of the following actions:

Note: Before the area can be processed by an application task or a DBUTLTY function such as EXTRACT, it must be initialized and loaded. To allocate and initialize the area, execute the INIT AREA=aaa,DBID=nnnn function. To load the area, execute the DBUTLTY LOAD AREA=aaa,DBID=nnnn function or use an application program that invokes the DBFLSUB utility.