PARMin

Name the parameter input file (also called a control file) containing the MFG options you specified. Specifying /PARM=C:\MYFILE.CTL is equivalent to specifying @C:\MYFILE.CTL on the command line. The parameter file can contain parameters formatted the same way they would appear on the command line, but can be placed one per line in the file.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Syntax:

/PARMin|@=drive:\path\controlfilename

Examples:

Coding the following on the command line:

MFG /MAININ=MYFILE.FMP /POSTSOUT=MYFILE.OUT

Is equivalent to either of the following:

MFG /PARM=MYFILE.CTL
MFG @MYFILE.CTL 

Where, MYFILE.CTL contains the lines:

/MAININ=MYFILE.FMP
/POSTSOUT=MYFILE.OUT