ADB- database messages
Restriction:
This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Select the number of the message you require details about:
ADB-5800-00-F V-ISAM is the only valid DB target for Micro Focus COBOL
AMB found a DB target other than V-ISAM in the data view for a Micro Focus COBOL program.
ADB-5810-00-F VSAM is the only valid DB target for Micro Focus PC-CICS
AMB found a DB target other than VSAM in the data view for a PC-CICS program.
ADB-5820-00-W DLI is only a valid DB target for Micro Focus IMSVS86
Use DLI only for Micro Focus IMSVS86.
ADB-9000-00-E AMB DB error record name unknown to AMB subschema record name
The record name coded on the database call is either invalid or not defined in the data view.
ADB-9010-00-E AMB DB error No arguments passed to DB command
AMB found a database call coded without keywords.
ADB-9020-00-E AMB DB error Cursor was not declared cursor name
You did not declare the cursor with a correct DB-DECLARE call, or the cursor name is invalid.
ADB-9040-00-E AMB DB error DB-FREE command is invalid for IMS and DB2
You coded a DB-FREE call for an IMS or DB2 database.
ADB-9050-00-E AMB DB error First DB command keyword is invalid
AMB did not recognize the first keyword coded on the database call.
ADB-9096-00-E AMB DB error DB-PROCESS-ID has no name
You did not follow the DB-PROCESS-ID keyword with a unique process ID name.
ADB-9097-00-E DB-PROCESS-ID name longer than 18 characters
The DB-PROCESS-ID
name
cannot be longer than 18 characters.
ADB-9098-00-E Duplicate DB-PROCESS-ID name
The DB-PROCESS-ID
name
must be unique.
ADB-9099-00-W DB-PROCESS-ID omitted in more than one DB-PROCESS command
You coded more than one DB-PROCESS call without specifying a DB-PROCESS-ID name. Nested DB-PROCESS calls can yield unpredictable results.
ADB-9100-00-F AMB VSAM Version II must be used when mixing VSAM with DB2 or IDMS
You set &VS-COMMAND-VERSION to I, indicating AMB VSAM VERSION I. You can only mix VERSION I with IMS DB.
Parent topic:
Error Messages