Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Once you have loaded a data view from the command line, you can then build it from the command line at an Enterprise Developer command prompt. Run
DDIGEN from the
%ProgramFiles(x86)%\Micro Focus\Enterprise Developer\bin directory of your AppMaster Builder installation using the following syntax:
DDIGEN dbvname project userarea
Parameters:
dbvname
|
The name of the data view you want to load. This must be in upper case.
|
project
|
The full path to the project where you want to generate the data view. This should be the same project that contains your source.
|
userarea
|
The full path to your AppMaster Builder user test area.
|
Comments:
- The data view is built in your project's
DDISYMB folder.
- This command also generates SQL copybooks for your data view and places them in your project's
COPYLIB folder.
- We recommend that you use upper case on the command line.
- Use quotes to enclose paths containing spaces
Examples:
DDIGEN EMPLOYEE C:\PROJECT\GROUP C:\MFUSER\MYUSERID
DDIGEN CINFO "C:\PROJECT AREA\GROUP AREA" C:\MFUSER\MYUSERID