Richard Moulton
Richard Moulton
Hi @brandonp42 and no problem, this is the test I was using. My stored procedure. ``` CREATE OR REPLACE PROCEDURE RMTEMP.TEST_CLOB ( IN PARAM1 CLOB(1K) , INOUT PARAM2 CLOB(1K) ,...
Thanks @brandonp42 , I can get that to work. Is that how you need to work with CLOBs? Should you be able to use `callProcedure` with CLOBS?
Thanks for the update and this does answer my original question of "Are CLOBs supported?", which they are using `query` and a result set but not using `callProcedure`.
I've been looking at how I can adapt my stored procedures to return a result set as the work around to the CLOB parameter problem and it's a bit of...
Thanks @ThePrez , I'll take another look and feedback.
Many apologies for the delay in responding. I've tried renewing my test certificate again and still get the same result. When I enter the `dcmrenew -v` command I get the...
To try and better understand how the dcmrenew command works I've tried using the the `QycdRenewCertificate` API directly, from an RPG program and I must confess I'm not much further...
@tlhaze , thanks for the info, it gave me some new things to try. Yes, my certificate is an X.509 Base64 encoded certificate that I can view via both the...
Hi @tlhaze, I created [PR #48](https://github.com/ThePrez/DCM-tools/pull/48). However, it's not fully corrected there are a couple of issues that I could do with someone having a look at. I've added these...
I'm having the same problem. I'm running on 7.4 and QCCSID and my job CCSID are both set to 1146 (UK with Euro symbol). ``` system "CRTCMOD MODULE(ILEASTIC/utl100) SRCSTMF('src/ext/utl100.c') OPTIMIZE(10)...