You can convert a version
1.0 stored process to version 2.0 to gain access to the new features.
Right-click the stored process and select
Upgrade. Note that you can see that the version number in the
Usage Version field in the Basic Properties pane has
been changed to 2.0. You can open the
Properties window of the upgraded stored process and enable the features in
the
Execution tab.
You might need to deploy
a job as stored process but want to take advantage of the version
2.0 features. In that case, you can deploy the job as a version 1.0
stored process. Then you can upgrade that stored process to version
2.0 and access the new features.
To make a version 2.0
stored process compatible with a server version before SAS 9.3, select
the stored process. Open the
Properties window
to make sure that none of the newer features are being used. Then
right-click the stored process and select Make Compatible. If the
stored process runs on a workspace server, make sure that the *ProcessBody;
comment is included in the source code. Note that you can see that
the version number in the
Usage Version field
in the Basic Properties pane has been changed to 1.0.