InterSystemsDev via @like
How to Create New #Database, Namespace and Web Application for InterSystems IRIS programmatically >> http://ow.ly/hc5H50uYvv5
#HowTo #InterSystemsIRIS #IRISforHealth #Caché #DeepSee #ObjectScript #Analytics #WebApplication
  
  #HowTo #InterSystemsIRIS #IRISforHealth #Caché #DeepSee #ObjectScript #Analytics #WebApplication
InterSystems Developer Community
  
  How to Create New Database, Namespace and Web Application for InterSystems IRIS programmatically
  Here is an ObjectScript snippet which lets to create database, namespace and a web application for InterSystems IRIS: 
```
set currentNS = $namespace
 
zn "%SYS"
 
write "Create DB ...",!
se
  ```
set currentNS = $namespace
zn "%SYS"
write "Create DB ...",!
se