Samples can be used to test your system setup. You should be able to generate and run these application systems on the workstation or on the host. The samples are listed in alphabetical order by repository name. File names in the form *J.DAT file are for Java and *S.DAT are for Smalltalk.
Where appropriate, a configuration map or project name is shown. Many of the samples are managed as applications on Smalltalk and therefore, will not have a configuration map name corresponding to a project name. Many of the samples that are available for Smalltalk show only the repository name and the application name.
Note: | Because this file includes some VAGen parts that have the same names as parts in EZEREMP*.DAT, you should unload the applications/packages you imported from this file, before you load the one imported from EZERMSG*.DAT. |
The following files contain DB2 tables and data for the EX00A
program. To use any of the tables, you must import them using:
File | Table name |
---|---|
INVENTRY.IXF | INVENTORY |
QUOTATNS.IXF | QUOTATIONS |
SECURITY.IXF | SECURITY |
SUPPLRS.IXF | SUPPLIERS |
The following files contain IMS program specification blocks, database definitions, and data for the EX00AD program:
The following files are data files for the EX00AV program.:
These data files are in a format usable by the VisualAge Generator test facility. To use these files with EX00AV, you must update the entries in the EZERSMP.RAF file with the correct physical path of the first 3 files, if it has changed from the default path.
To generate the sample applications, use the default generation options file, create a Resource Association part named EZERSMP, read the file EZERSMP.RSC into it and specify it as the resource association file.
However, if you intend to generate and run the sample DL/I program, EX00AD, on host environments other than IMS, you need to remove ELAWORK from PSB EX99PS before generation. Otherwise, message ELA00215P, PSB does not match VisualAge Generator Developer PSB definition is returned when the applications is run.
This sample is used to demonstrate automated IC packaging. For more information on these samples, refer to the VisualAge Generator User's Guide.
This application/package includes programs that are used by the stored procedure sample. See the VisualAge Generator Design Guide for more detailed information on this sample. The following files are included with this sample: STAFF.QMF and STFPROC.SQL.
This first sample is a set of text programs created using VisualAge Generator templates. The programs list and update the EMPLOYEE and DEPARTMENT tables in the DB2 sample database.
The second sample is the same set of programs modified to use web user interface records (UI Records) instead of text maps. For additional information on this sample, see WEB.TXT.