1.
RPG001.RPG RPG program that counts from 1 to 6.
2.
RPG001.OTR Output report from 1.
3.
CBL001.CBL COBOL program that counts from 1 to 6.
4.
CBL001.OTC Output report from 3.
5.
EMPPF.DDS Physical File Definition for EMPPF
6.
EMPPF.DTA Physical File Data for EMPPF
7.
RPG002.RPG RPG program with input file = AS580/EMPPF
8.
RPG002.OTR Output report from 7.
9.
ORDERF.DDS Physical File Layout for Orders
10.
ORDERF.DTA Physical File Data for Orders
11.
ORDR01.RPG RPG program with input file = AS580/ORDERF
12.
ORDR01.OTR Output report from 11.
13.
ORDDETF.DDS Physical File Definition for Order Details
14.
ORDDETF.DTA Physical File Data for Order Details
15.
ORDDET01.RPG RPG program with input file = AS580/ORDDETF
16.
ORDDET01.OTR Output report from 15.
17.
PRODF.DDS Physical File Definition for Products
18.
PRODF.DTA Physical File Data for Products
19.
PROD01.RPG RPG program with input file = AS580/PRODF
20.
PROD01.OTR Output report from 19.
21.
PRODC01.CBL Cobol program with input file = AS580/PRODF
22.
PRODC01.OTC Output report from 21.
23.
PRODLF1.DDS Logical View Definition #1 for Products (Index by PRODNAME)
24.
PROD01L1.RPG RPG program with input view = AS580/PRODLF1
25.
PROD01L1.OTR Output report from 24.
26.
PRODCL1.CBL Cobol program with input view = AS580/PRODLF1 (using Internal File Specification)
27.
PRODCL1.OTC Output report from 26.
28.
PRODCL2.CBL Cobol program with input view = AS580/PRODLF1 (using External File Specification)
29.
PRODCL2.OTC Output report from 28.
30.
PRODLF3.DDS Logical View Definition #3 for Products (Index by PRODNAME, Select by PPrice > 5.00)
31.
PRODCL3.CBL Cobol program with input view = AS580/PRODLF3 (using External File Specification)
32.
PRODCL3.OTC Output report from 31.
33.
PRODLF4.DDS Logical View Definition #4 for Products (Index by PRODNAME, Select by PPrice Not > 5.00)
34.
PRODCL4.CBL Cobol program with input view = AS580/PRODLF4 (using External File Specification)
35.
PRODCL4.OTC Output report from 34.
36.
EMPMSTINQ.CBL Cobol Database Inquiry program (display Workstation Screens/read and display Database records)
37.
EMPMSTP.DDS Database definition for use with 36. EMPMSTINQ.
38.
EMPMSTP.DTA Database sample data records for use with 36. EMPMSTINQ.
39.
EMPINQ.DSP Output/Input screen definitions for use with 36. EMPMSTINQ.
40.
EMPINQ.SCN Output/Input test screens for use with 36. EMPMSTINQ.