IRISを最初に操作する際の最小限のステップについて記載
c:¥gitで以下のコマンドを実行することを想定
git clone https://github.com/intersystems-jp/IRISFirstStep.git
IRISターミナルで以下のコマンドを実行
>set file = “c:¥git¥irisfirststep¥src¥FS¥Person.cls”
>do $system.OBJ.Load(file,”ck”)
>set file = “c:¥git¥irisfirststep¥src¥FS¥Address.cls”
>do $system.OBJ.Load(file,”ck”)
>do ##class(FS.Person).%KillExtent()
>do ##class(FS.Person).Populate(1000)
項目 | 値 |
---|---|
システムログイン | _system |
パスワード | SYS |
その他詳細は、IRIS_FirstStepGuide_V2024.1_V1.0.pdfを参照してください。