<?xml version="1.0" encoding="ISO-8859-1"?> <bookstore> <book> <title lang="en">Harry Potter</title> <author>J K. Rowling</author> <year>2005</year> <price>29.99</price> </book> </bookstore>
The value can be specified
using data object substitution. For more information,
see Data Object Substitution.
|
|
Specifies either a file
URI or a URL that is the name of the file that contains the SAS code
to execute.
The value can be specified
using data object substitution. For more information,
see Data Object Substitution.
|
|
%let _category=sales;
Workflow.SASCodeOperandPrefix
is
defined as wf_
, then the following
macro variable definition is submitted:%let wf_category=sales;
_quarterly_sales
becomes wf__quarterly_sales
.
Spaces in data object names are replaced by double underscores. Quarterly
Sales
becomes _quarterly__sales
.
The total length of the macro variable name, including the prefix,
cannot exceed 32 characters. Longer names are truncated to 32 characters.
12/31/2010
11:59:00 PM
. A relative expression can be used to
configure the process to be started at a moment in time, relative
to when the policy is triggered. The expression syntax supports seconds,
minutes, hours, days, and weeks, as follows:
The value can be specified
using data object substitution. For more information,
see Data Object Substitution.
|
|
The value can be specified
using data object substitution. For more information,
see Data Object Substitution.
|
|
The value can be specified
using data object substitution. For more information,
see Data Object Substitution.
|
|
Specifies the action
to perform if the process is not completed by the date specified by
the Expiration Date Data Object parameter.
The available expiry options are None, Remove, Reroute, Resend, and
Start Workflow. For more information,
see Expiry Options for Notification Policies.
|
|
Specifies the option
to perform if the process is not completed by the date specified by
the Expiration Date Data Object parameter.
The available expiry options are None, Remove, Reroute, Resend, and
Start Workflow. For more information,
see Expiry Options for Notification Policies.
|
|