|
| |
|
|
|
![]() |
SASプログラムファイルを読み取り専用に設定する
[OS] Windows
[リリース] ALL
[キーワード] program file, read only, protect, X statement, attrib command
[質問]SASプログラムファイルを誤って更新しないために、読み取り専用にする方法はありますか。
[回答]
SASシステムには、作成したプログラムファイルの属性を変更する機能はありません。
以下の例では、SASからOSのコマンドを実行するXステートメントを使用しています。 例:Xステートメントの使用例 OPTIONS NOXWAIT; X 'attrib +R "C:¥test.sas"'; |
|
![]() |
| Contact Us | Terms of Use & Legal Information | Privacy Statement | 個人情報の取り扱いについて | Copyright © 2008 SAS Institute Inc. All Rights Reserved |