Hi all,
I am trying to call an RPG program with an input parameter from Tibco API. TIBCO passes a JSON data as a parameter to this RPG program and this JSON data has some foreign letters in it. My RPG is not receiving this foreign letters properly and so, the program fails with reason as "Invalid character string". I have tried defining the parameter variable in RPG as Varchar or Varucs2 or Varchar with utf-8. But no luck. Even I tried changing the service job in as400 thats initiated by Tibco to CCSID 875 (Greece), but its not working. Could anyone please help on this.
I am trying to call an RPG program with an input parameter from Tibco API. TIBCO passes a JSON data as a parameter to this RPG program and this JSON data has some foreign letters in it. My RPG is not receiving this foreign letters properly and so, the program fails with reason as "Invalid character string". I have tried defining the parameter variable in RPG as Varchar or Varucs2 or Varchar with utf-8. But no luck. Even I tried changing the service job in as400 thats initiated by Tibco to CCSID 875 (Greece), but its not working. Could anyone please help on this.
Comment