Korinne Adler

Results 197 comments of Korinne Adler

I found this old doc on library list in XMLSERVICE: http://yips.idevcloud.com/wiki/index.php/XMLService/XMLSERVICELibl It generates the SBMJOB command like this: https://github.com/IBM/xmlservice/blob/491b0d3ccf246c278564b510f7c21dfa83f04837/src/plugipc.rpgle#L1410-L1445 There is a way to alter it, but it's a compile-time...

We should maybe ensure we have a good test harness prior to conversion. Blocked on #20

I believe Jon Paris said he'd do this already.

I think @worksofliam is right that this should wait until we have some sort of tests (preferably automated). So I think we're blocked on #20

I think the current workaround for this is set `hex='on'`, however that requires double the space. I'd prefer some kind of base64 encoding instead. I also think the CDATA is...

Not sure why I said UDTF. Probably because all the SQL services I wrote were UDTFs and also I'm used to this other kind of [UDF](https://en.wikipedia.org/wiki/Universal_Disk_Format). But yes, since it...

> The code is not really idiomatic RPG, but idiomatic C written in RPG. Any XMLSERVICE replacement we would write in C. Hardly anyone in IBM has RPG skills outside...

> A property without an exclamation mark means it could return as null Sounds almost double negative to me. Took me a bit to parse. Perhaps flip it: "A property...

Sounds like you have multiple smee listeners. You could use a tool like [nohup](https://linux.die.net/man/1/nohup) to run each in the background in the same shell script (using redirects to save output...

@abmusse can you please add keep-open rules to our stale bot config?