Search found 4 matches

by bobgentile
Mon Apr 28, 2025 3:39 pm
Forum: YAJL-ILE
Topic: DATA-Into for JSON
Replies: 6
Views: 12735

Re: DATA-Into for JSON

What is missing or wrong, with no answer from anyone did I actual come across and error no knows about. Find this hard to believe
by bobgentile
Wed Apr 23, 2025 2:50 pm
Forum: YAJL-ILE
Topic: DATA-Into for JSON
Replies: 6
Views: 12735

Re: DATA-Into for JSON

Adding the .json to the end resolved the CPE3025 error now I am getting a error in the parsing

Message . . . . : Error CPF9897 occurred while running the program or
procedure for the DATA-INTO operation.
Cause . . . . . : Program or procedure 'YAJLINTO' for the DATA-INTO
operation failed with ...
by bobgentile
Tue Apr 22, 2025 7:04 pm
Forum: YAJL-ILE
Topic: DATA-Into for JSON
Replies: 6
Views: 12735

Re: DATA-Into for JSON

I have done that already, I get no such path of directory , but the path does exist. see below
image001.png
image001.png (28.65 KiB) Viewed 12659 times
by bobgentile
Tue Apr 22, 2025 3:19 pm
Forum: YAJL-ILE
Topic: DATA-Into for JSON
Replies: 6
Views: 12735

DATA-Into for JSON

I have read everything and I still can not get this JSON to load into the RPG Program is should be loading but I keep getting the error mesage

Preparation for XML parsing failed with message CPE3025

Here is the code


dcl-ds claim_data qualified;
ClaimNumber zoned(10);
DateReported char(32 ...