Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

On September 30th, 2015 we presented a webcast titled Easy Mobile Development With Profound Logic Software (click the link to watch a recording of our webcast.)  This page provides the sample code from that webinar.

Source members:

We also have alternate versions of the RPG code for those not yet using fully free format RPG.

Compile Instructions:

To use this source code, download the SQL source, Display File Source, and one of the RPG options above and place them in source members on your IBM i.  (Copy/paste into RDi is the easiest way to do that.)

To compile the objects, use these steps:

  1. CHGCURLIB CURLIB(your-library-for-compiled-objects)
  2. RUNSQLSTM SRCFILE(QSQLSRC) SRCMBR(HISTFILE) COMMIT(*NONE) ERRLVL(20)
  3. CRTDSPF FILE(SCANITEMD) SRCFILE(QDDSSRC)
  4. CRTSQLRPGI OBJ(SCANITEMR) SRCFILE(QRPGLESRC) 

 

  • No labels