Skip to content

Export/Import all sources in UDL format for ISC Caché 2016

License

Notifications You must be signed in to change notification settings

eduard93/cache-udl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cache-udl

Export/Import sources in UDL format for ISC Caché 2016.2

Installation

Download code and run

do $System.OBJ.ImportDir("/dir/cache-udl","*.xml;*.cls;*.mac;*.int;*.inc;*.dfi","ck",,1)

or import the release to the namespace.

Map sc package to %All namespace to make it visible in any namespace.

Setup working directory ( optional )

NS> w ##class(sc.code).workdir("/path/to/your/working/directory/")

Export to working directory:

NS> d ##class(sc.code).export()

Import:

NS> d ##class(sc.code).import()

About

Export/Import all sources in UDL format for ISC Caché 2016

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Apex 90.4%
  • TeX 9.6%