This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
appendix:reference:envvar:variables [2011/03/15 14:20] els created |
appendix:reference:envvar:variables [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| - | ====== Appendix: Environment Variables ====== | + | ====== Appendix: Reference ====== |
| + | |||
| + | ===== Environment Variables ===== | ||
| - | ===== Topic ===== | ||
| [[appendix:reference:envvar:home|Overview]] | | [[appendix:reference:envvar:home|Overview]] | | ||
| **[[appendix:reference:envvar:variables|Environment Variables]]** | | **[[appendix:reference:envvar:variables|Environment Variables]]** | | ||
| [[appendix:reference:envvar:shell|Shell Scripts]] | | [[appendix:reference:envvar:shell|Shell Scripts]] | | ||
| - | [[appendix:reference:envvar:locations|Locations]] | | + | [[appendix:reference:envvar:uses|Uses]] | |
| - | [[appendix:reference:envvar:locations|Predefined Variables]] | | + | [[appendix:reference:envvar:reserved|Reserved Variables]] |
| Line 17: | Line 18: | ||
| ==== Environment Variables ==== | ==== Environment Variables ==== | ||
| - | Omnidex allows environment variables to be used in several locations within the product. The general syntax for environment variables differs between Microsoft Windows and Linux, and so Omnidex supports a common syntax that can be used on all platforms. | + | Omnidex allows environment variables to be used in several locations within the product. The general syntax for environment variables differs between Microsoft Windows and Linux, and so Omnidex provides a common syntax that can be used on all platforms. |
| === Syntax === | === Syntax === | ||
| Line 38: | Line 39: | ||
| === Multiple Filenames === | === Multiple Filenames === | ||
| - | In some locations within Omnidex, it is possible to submit a collection of filenames. For example, the PHYSICAL clause of the [[dev:sql:statements:create_table|CREATE TABLE]] statement can reference multiple filenames when using [[integration:rawdata:home|Raw Data Files]]. In this case, multiple filenames can be included, each of which is surrounded by curly braces. | + | In some locations within Omnidex, it is possible to submit a collection of filenames. For example, the PHYSICAL clause of the [[dev:sql:statements:create_table:home|CREATE TABLE]] statement can reference multiple filenames when using [[integration:rawdata:home|Raw Data Files]]. In this case, multiple filenames can be included, each of which is surrounded by curly braces. |
| "{$MAIN_PATH/$LAB_PATH/individuals_01.dat}, | "{$MAIN_PATH/$LAB_PATH/individuals_01.dat}, | ||
| Line 70: | Line 71: | ||
| ===== ===== | ===== ===== | ||
| - | **[[appendix:reference:envvar:variables|Next]]** | + | **[[appendix:reference:envvar:home|Prev]]** | |
| + | **[[appendix:reference:envvar:shell|Next]]** | ||
| ====== Additional Resources ====== | ====== Additional Resources ====== | ||