SetObject

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber SetObject(SalString sExecutionPlan,
SalDateTime dStartDate,
SalDateTime dStopDate)

 Sets the object to use a certain execution plan, start date and stop date.

Parameters

Name Description
SalString sExecutionPlan The execution plan formatted using the Batch_SYS syntax.
SalDateTime dStartDate The date when the execution plan should first be executed.
SalDateTime dStopDate The date when the execution plan should be executed the last time.

Returns

This method does not return a value.