Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to identify if a Unix environment variable exist?

Status
Not open for further replies.

6656

Programmer
Nov 5, 2002
104
US
Hi,
I want to use %sysget() function to get a unix environment Var. First I'd like to identify if it exist. How to identify it?
Thanks, Mike
 
If you know the UNIX command you need you can use:

x yourUnixCommand;
or
%sysexec(yourUnixCommand);

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top