Search found 4 matches

by Oliver_superU
Tue Mar 10, 2026 12:42 pm
Forum: HTTPAPI
Topic: GSKit
Replies: 1
Views: 26453

GSKit

Hi everyone, I have an issue accessing the API that returns a token to me.
Claude AI told me the reason and the solution, what do you think about it?

Actions to test (in order of priority)

Check the permissions on the *SYSTEM keystore file:
In the 5250 command line, run:
WRKLNK '/QIBM/UserData ...
by Oliver_superU
Sat Oct 11, 2025 5:50 pm
Forum: General
Topic: AI
Replies: 0
Views: 84427

AI

What is the best AI for developing, or assisting with, RPGs (RPG Maker, free form, Cobol, etc.)?
by Oliver_superU
Thu Jul 31, 2025 2:22 pm
Forum: YAJL-ILE
Topic: Transferring a JSON via Parameter into a DS
Replies: 2
Views: 187426

Re: Transferring a JSON via Parameter into a DS

this my code
but not compiling on the Data-Into

*#C CRTSQLRPGI DBGVIEW(*SOURCE) OBJ(
**FREE

Ctl-opt Debug Datedit(*YMD) DFTACTGRP(*NO) actgrp(*new) bnddir('YAJL')
option(*srcstmt: *nodebugio: *noshowcpy);

/copy yajl_h

Dcl-ds EmballageSupp_t Qualified Template;
code VarChar(20 ...
by Oliver_superU
Thu Jul 31, 2025 8:40 am
Forum: YAJL-ILE
Topic: Transferring a JSON via Parameter into a DS
Replies: 2
Views: 187426

Transferring a JSON via Parameter into a DS

Hello everyone,

I'm receiving a JSON as a parameter in this format:

The parameter will be received in the program as a long string.

{
"matricule": 258,
"plateforme": "DT",
"specifFonction": "XP3",
"palettes": [
{
"ssccr": "31623311010770289",
"codeEmballageSR": "6311930 ...