Thanks for your help Casper. After some trial and error stuff, I got the stored procedure to work!
The bottomline is for some reason, progress doesn't like it when I declare
an output parameter (OUT) of type "DATE". So, I had to resort to an INOUT parameter instead.
/* Java code */...