Accessing Data Adapter Messages

If you need to see the text or explanation for any data adapter message, you can display it online in your FOCUS session or find it in a standard FOCUS ERRORS file.

Example:

Displaying a Message

Messages 1351-1800 are stored in FOCSQL ERRORS for CMS and ERRORS.DATA(FOCSQL) for MVS; messages 2501-2621 are stored in FOCCD ERRORS for CMS and ERRORS.DATA(FOCCD) for MVS.

To display an error message online, issue the following query command at the FOCUS command level

? n

where:

n
Is the message number.

This command displays the message number and text along with a detailed explanation of the message (if available).


Top of page

Example: Displaying a Message

Issue the following command to get the text and an explanation of the error:

? 1369

The output is:

(FOC1369) STATIC LOAD MODULE AND FOCCOMP OUT OF SYNCH %1%2%3%4
When a FOCEXEC which was compiled using the static SQL option was run,
the timestamps for the FOCCOMP and its corresponding static SQL load
module did not match. Check current FOCCOMP and STUBLIB allocations, and
recompile the FOCEXEC with the static SQL option activated if necessary.

Information Builders