Build
Restore the IFSXml library
RSTLIB SAVLIB(ifsxml) DEV(*SAVF) SAVF(your_path)
Change the current library :
CHGCURLIB ifsxml
Build the main module :
CRTRPGMOD ifsxml
Create the service program
CRTSRVPGM ifsxml
Create a bind directory and add the module or the service program :
CRTBNDDIR ifsxml
Add the module…
ADDBNDDIRE ifsxml OBJ((ifsxml *MODULE))
..OR the service program :
ADDBNDDIRE ifsxml OBJ((ifsxml *SRVPGM))
Build the samples :
CRTBNDRPG t_ifsxmlxx
Samples programs create XML file on the current home directory (use WRKLNK without parameter)