VERSIONLABEL Keyword (REPOSITORY ATTRIBUTES command)
The VERSIONLABEL
keyword specifies
one or more version labels for an object in a IBM® SPSS® Collaboration and Deployment Services Repository--for example, "production" or "development". Two versions of an
object cannot have any of the same labels. If you specify a label
associated with another version, it will be removed from that version
and associated with the one you're modifying. For a single label,
specify the value as a quoted string. For multiple labels, specify
the value as a blank-separated list of quoted strings--for example, 'label1' 'label2'
.
- By default, the specified labels will be applied
to the latest version of the object that is accessible to the current
user. You can apply labels to a version other than the latest one
by specifying the version in the file specification on the
FILE
keyword. See the topic File Specifications for IBM SPSS Collaboration and Deployment Services Repository Objects for more information.
Example
REPOSITORY ATTRIBUTES FILE='SPSSCR://scripts/cust_value.py'
VERSIONLABEL='development'.