First thing, I would suggest that you create a new directory on the PC so that
all the source for this utility can be copied to it. There are a large number
of source members and having them in a separate directory will allow you to
more easily select them.

From then on, there are a couple of ways that Iseries source on a PC can be
loaded into source members.

My preferred way is to use Websphere Development Studio. Using the Remote
System Explorer, simply drilldown through the Local File connection to the
directory where the source is located. Select all the source of one type - eg,
PNLGRP then right click and select Copy. Move to your Iseries source files,
right click and select Paste. Repeat for each source type.

Once the members are on your Iseries, compile the objects as follows:

CRTCLPGM  PGM(YOURLIB/DSPLYT)

CRTPNLGRP  PNLGRP(YOURLIB/DSPLYT)
CRTPNLGRP  PNLGRP(YOURLIB/DSPLYTP )
CRTPNLGRP  PNLGRP(YOURLIB/DSPLYTPH )

CRTCMD  CMD(YOURLIB/DSPLYT)   PGM(DSPLYT)  HLPID(*CMD)  HLPPNLGRP(DSPLYT)

CRTBNDRPG   PGM(YOURLIB/DSPLYTR)
CRTBNDRPG  PGM(YOURLIB/DSPLYTR2)
CRTBNDRPG  PGM(YOURLIB/DSPLYTR3)

The RPGLE headers in the source members contain compile options so there isn't
a need to specify options such as Default Activation Group and Activation Group
Name.
