User`s guide

Page 153
11 iSeries sample programs
The following programs are included in the source file GSMTEXT/EXPSRC.
They also exist in object form in the GSMTEXT library.
11.1 Item inquiry program
EXP001 This program performs a simulated database lookup based on
an item number, and sends a message back to the originator.
The program is called using the ZI command code.
11.2 Order entry request
EXP002 The purpose of this program is to demonstrate how message
reply technique can be used. It works in conjunction with the
EXP003 reply processing program. The order entry request
demonstration is called using command code ZO.
11.3 Order entry reply processing
EXP003 Contains the data structures SND010 and RCV010 used by the
XTRVGT4 API.
11.4 User defined system checkpoint
EXP004 This program contains skeleton code to demonstrate a user
written system checkpoint program.