Search found 6 matches

by akrash
Wed Sep 04, 2024 12:48 pm
Forum: YAJL-ILE
Topic: BUILDYAJL Error
Replies: 5
Views: 40978

Re: BUILDYAJL Error

Yep, CHGATR did the trick. I was able to run BUILDYAJL to successful completion after that.

I have only a couple of slight suggestions.

1. On BUILDYAJL, qualify the name of the binder language source file qsrvsrc for the crtsrvpgm command (or modify the library list upfront) to avoid getting ...
by akrash
Wed Sep 04, 2024 1:31 am
Forum: YAJL-ILE
Topic: BUILDYAJL Error
Replies: 5
Views: 40978

Re: BUILDYAJL Error

Thanks for the guidance, Scott, and for pointing me to where my actual big problem was. Originally, I unzipped the YAJLIFS.ZIP from ACS IFS window, and the system did so by creating a CCSID 37 folder on the fly! Tried jar then, and, this time, had a CCSID 1208 folder for /yajl instead of CCSID 819 ...
by akrash
Tue Sep 03, 2024 11:47 pm
Forum: YAJL-ILE
Topic: BUILDYAJL Error
Replies: 5
Views: 40978

Re: BUILDYAJL Error

Just a wild guess. Should the job CCSID attribute matter? In the system where I currently am, the QCCSID is 65535 and so would be the job CCSID attribute unless explicitly changed.
by akrash
Tue Sep 03, 2024 11:40 pm
Forum: YAJL-ILE
Topic: BUILDYAJL Error
Replies: 5
Views: 40978

BUILDYAJL Error

Has anyone tried building Scott's YAJL IBM i port from source (as opposed to the installation of precompiled version)? When I run BUILDYAJL, I am getting abend at CRTCMOD. Apparently, the system fails to correctly convert the include members from IFS to source file. Here is one of the QSH commands I ...
by akrash
Thu May 04, 2023 2:26 pm
Forum: HTTPAPI
Topic: HTTP response header
Replies: 4
Views: 9622

Re: HTTP response header

Mostly for logging/reporting. We would want to store the response headers in a database for reference.

Depending on the application (and the nature of the response), we would want to be able to easily reference a particular header (e.g, via an SQL view), including the custom headers, without having ...
by akrash
Tue May 02, 2023 4:38 pm
Forum: HTTPAPI
Topic: HTTP response header
Replies: 4
Views: 9622

Re: HTTP response header

Hi Scott,

Would this be a toll order to suggest that multiple occurrence data structure hdr (globally defined in module HEADERR4) be converted to an array data structure and exported out - so that a user application would be able to retrieve the response headers in their entirety at once?

Thanks ...