© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
Set Environment Variables
isc.SetEnv
class into any namespace.bin
folder of your InterSystems IRIS installation. Library file should be placed into a path returned by write ##class(isc.SetEnv).GetLib()
write ##class(isc.SetEnv).Setup()
write ##class(isc.SetEnv).SetEnvVar(VarName, Value)
to set environment variablewrite $system.Util.GetEnviron(VarName)
to check that variable assignment was a success. This is a required action on some platforms.