Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
To add VSAM to a data view, you must create a file in your project's
DDIVSAM directory that contains a series of manually coded DDI statements that define your VSAM files, record indexes, and COBOL
record descriptions. Follow these guidelines when creating and coding a DDIVSAM file:
- The DDIVSAM file name must match the name of the data view that contains it
- The DDI SUB statement coded in the file must also match the name of the data view
- See
DDI statements - VSAM for complete information on coding DDI VSAM source.