Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

ターミナルの使用法

ターミナルは、インタラクティブな Basic 環境ではありません。他のスクリプト言語の ObjectScript とは事実上インタラクティブです。しかし、ObjectScript は Basic を、あるいは Basic は ObjectScript を呼び出すことができます。ObjectScript の DoWrite コマンドを使用して、ターミナルから Basic ルーチンを実行できます。

ターミナルを開始すると、USER ネームスペースに移ります。do ^%CD を使用し、SAMPLES ネームスペースに移動します。ここでは、提供された例を参考にし、自身の演習を実行できます。

USER>do ^%CD

Namespace: SAMPLES
You're in namespace SAMPLES
Default directory is c:\InterSystems\Cache\mgr\samples\
SAMPLES>

SAMPLES>
FeedbackOpens in a new tab