RunSCV macro at cycle period level

The RunSCV macro is used to execute the specified job or program in Supply Chain Vault (SCV). This macro can pass optional parameter values to the SCV Job.

For executing the macro, the value in the Command field must be specified in this format:

RunSCV(Job, [Parameters])

Note: The optional parameters are specified in [ ].

This table lists the parameters that are used in the macro to determine the job to be created:

Parameter Name Description
Job The name of the job, or program to execute in SCV.
Parameters The parameters (0 to n) to be passed to the SCV job. The parameter list supports named parameters. For example, "-name=value." The name of the parameter and the value are linked to the corresponding parameter name in the SCV program.