Stored Procedures
I am trying to migrate my Oracle 8i db to 10g. I also have to upgrade my Micro Focus workbench COBOL to MF NetExpress 5.1 COBOL. I have an issue with some stored procedures. In 8i world I could pass a stored procedure a value like 'ABCD ' (ABCD and a space) and the stored procedure would find ABCD. In the NE5.1 world, I had to change my set up of the stored procedure to fill a 4-character field with just ABCD and it works but if I use the ABCD(space), I get a 1403, no data found. Is there a compiler directive I'm
0