Skip to Content
0
Former Member
Aug 10, 2014 at 12:52 PM

How to get the JSON output format from an procedure call using XSJS

971 Views

Hello All,

can some one help me in guiding how to set the response of a procedure call in json format.

I am struck after the below statement how to parse and execute the result:

query = "call \"_SYS_BIC\".\"development.stats/SP_TEST\"('" + year + "',?)";

Thanks