![]() |
BillMax Billing Solutions 877.245.5629 sales@billmax.com |
loadenv — Output shell commands suitable to place table values into the process environment
/usr/local/billmax/bin/loadenv [-p prefix] [-b] [-c] [-h] {table} {number}
Outputs shell commands suitable to place field values of a record of a table into the process environment.
-p prefixIf present, the form of the environment variable will be prefixfield. Otherwise, the form of the environment variable will be TABLE_field.
-bGenerate output suitable for executing with a Bourne shell.
ACCOUNT_number=12; export ACCOUNT_number;
-cGenerate output suitable for executing with a C-shell.
setenv ACCOUNT_number 12;
-hShow help for this program.
tableThe table from which the fields and values of fields will be retrieved.
numberThe value of table.number of the specific record from which the field values will be retrieved.