Locating the Problem
If your program does not run correctly, you need to isolate the problem. If the DB2 did not invalidate the program's application plan, you should check the following items:
Output from the precompiler, which consists of errors and warnings. Ensure that you have resolved all errors and warnings.
Output from the compiler or assembler. Ensure that you have resolved all error messages.
Output from the linkage editor.
- Have you resolved all external references?
- Have you included all necessary modules in the correct order?
- Did you include the correct language interface module? The correct language interface module is
DSNELI for TSO
DFSLI000 for IMS
DSNCLI for CICS
DSNALI for the call attachment facility
- Did you specify the correct ...
Get DB2® Universal Database™ for OS/390™ v7.1 Application Certification Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.