RPG – DATA-INTO

The DATA-INTO operation imports the data from a structured document into an RPG variable. The DATA-INTO operation passes the document text to the parser, which uses callback functions to gradually pass the names and values of the data in the document to the DATA-INTO operation. The DATA-INTO operation places the information into the target RPG […]