Re: Compiled rexx program runs native in OMVS but not as CGI

2014-01-30 Thread Jim Holloway
script. The resulting output in your browser is ugly but it may give you a clue as to what's happening. Jim Holloway - MetLife On Wed, 29 Jan 2014 16:30, jan de decker Wrote Date:Wed, 29 Jan 2014 16:30:00 +0100 From:jan de decker jan.je...@gmail.com Subject: Compiled rexx program runs native

Compiled rexx program runs native in OMVS but not as CGI

2014-01-29 Thread jan de decker
Hi list, I am trying to set up a zOS HTTP server that uses compiled Rexx programs as CGI. Example: A Rexx program runs as CGI when interpreted After compilation with the REXXOEC procedure it runs when directly invoked from within OMVS When itrying to invoke the same compiled program from HTML

Re: Compiled rexx program runs native in OMVS but not as CGI

2014-01-29 Thread Miklos Szigetvari
We are using compiled REXX program's with the old HTTP Server (not the Apache based one) without problem's I can suggest to try with F httpserv,APPL=DEBUG -V or -VV option and/or check the HTTP logs directory for the actual logs, cgi-error* or httpd_errors* On 29.01.2014 16:30, jan de

Re: Compiled rexx program runs native in OMVS but not as CGI

2014-01-29 Thread Steve Comstock
On 1/29/2014 10:46 AM, Miklos Szigetvari wrote: We are using compiled REXX program's with the old HTTP Server (not the Apache based one) without problem's I can suggest to try with F httpserv,APPL=DEBUG -V or -VV option and/or check the HTTP logs directory for the actual logs, cgi-error*

Re: Compiled rexx program runs native in OMVS but not as CGI

2014-01-29 Thread Jon Perryman
Since the CGI stays connected, then it may be looping. Look in SDSF and see if one of HTTP processes is using CPU. Although the browser has not displayed anything, it may have received some data. Look at this data to see if it contains OMVS error messages or something that indicates a problem.