MarkOneTools

Results 1 comments of MarkOneTools

Good suggestion. I tried the httpgetclob function with a clob host variable. ``` dcl-s headers varchar(200) inz(' '); dcl-s Output sqltype(clob:500000); url = 'https://pkgstore.datahub.io/core/country-list/latest/data/json/data.json'; exec sql set :Output = cast(systools.httpgetclob(:url,...