Purpose: The START command can be used to activate a
specified product.
START {product | *} [member]
Synonym: S
Comments: The START commands are normally executed by
the Dynamic Install Facility during DIF initialization.
For most installations, the PARMLIB DD statement is allocated to a
partitioned data set, and the DIF initialization commands are read from member
START00.
The member specified on the START command sets the name
of the member containing the product rules statements.
A single member may be shared by all products, or each product may use a unique rules member.
Examples: All the START commands for the products
should be merged into the parmlib member processed during DIF initialization—usually
START00.
The following parmlib statements could be used for the automatic installation of ACC and SRS during DIF initialization:
START ACC
ENABLE OPTION ACCVSAM
START SRS
ENABLE OPTION SRSVSAM STATUS
To start ACC and SRS after DIF has completed initialization, use the following console commands:
F DIF,START ACC
F DIF,ENABLE OPTION ACCVSAM
F DIF,START SRS
F DIF,ENABLE OPTION SRSVSAM
F DIF,STATUS
START
command and its options, refer to the product documentation.