Re: z/OS CP037 and OMVS CP1047

2022-12-16 Thread David Crayford
On 15/12/22 00:11, Paul Peplinski wrote: David, This whole process has been a massive learning experience. It started out being the "simple" task of getting a java11 jar running on the mainframe so we didn't have to stand up Linux servers. Oh, and have a CICS COBOL program talk to it (POST)

Re: z/OS CP037 and OMVS CP1047

2022-12-14 Thread Paul Peplinski
David, This whole process has been a massive learning experience. It started out being the "simple" task of getting a java11 jar running on the mainframe so we didn't have to stand up Linux servers. Oh, and have a CICS COBOL program talk to it (POST) using JSON. I had never written EXEC CICS

Re: z/OS CP037 and OMVS CP1047

2022-12-13 Thread David Crayford
I wouldn't stray outside of IBM-1047 for OMVS other than ISO8859-1. Are you sure your issue is not server side with Jetty? I would try setting the -Dfile.encoding=ISO8859-1 java option. I would also strongly suggest using the JZOS batch launcher and not BPXBATCH for running Java programs

z/OS CP037 and OMVS CP1047

2022-12-13 Thread Paul Peplinski
In all my years I never realized that OMVS uses CP1047. What I am trying to configure is giving me fits. I have a CICS program that is trying to do a WEB CONVERSE with an embedded jetty server jar running under BPXBATCH. I might find that running the server this way will not work, but I am