DB2 - Problem description
| Problem IC94590 | Status: Closed |
CLPPLUS CAN NOT PUT NEW LINE WITH DBMS_OUTPUT.NEW_LINE. | |
| product: | |
DB2 FOR LUW / DB2FORLUW / A50 - DB2 | |
| Problem description: | |
CLPPLUS can not put new line with DBMS_OUTPUT.NEW_LINE.
set serveroutput on;
BEGIN
DBMS_OUTPUT.PUT_LINE('****');
DBMS_OUTPUT.NEW_LINE;
DBMS_OUTPUT.PUT_LINE('****');
END;
/
quit;
Results
****
**** // Missing new line.
Expexted results
****
// New line
**** | |
| Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Update to 10.5.0.3 * **************************************************************** | |
| Local Fix: | |
| available fix packs: | |
DB2 Version 10.5 Fix Pack 3 for Linux, UNIX, and Windows | |
| Solution | |
Problem Fixed In 10.5.0.3 | |
| Workaround | |
not known / see Local fix | |
| Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 02.08.2013 10.03.2014 10.03.2014 |
| Problem solved at the following versions (IBM BugInfos) | |
| Problem solved according to the fixlist(s) of the following version(s) | |
| 10.5.0.3 |
|
| 10.5.0.3 |
|