Can anyone please explain the environment varaibles with example.

Showing Answers 1 - 1 of 1 Answers

eternal

  • Jun 21st, 2006
 

Environemental variables server as global variables in unix envrionment. They are used for passing on values from a shell/ process to another.

They are inherited by Abinitio as sandbox variables/ graph parameters like

AI_SORT_MAX_CORE

AI_HOME

AI_SERIAL

AI_MFS etc.

To know what all variables exist, in your unix shell, find out the naming convention and type a command like "env | grep AI". This will provide you a list of all the variables set in the shell. You can refer to the graph parameters/ components to see how these variables are used inside Abinitio.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions