May 9, 2003 #1 6656 Programmer Joined Nov 5, 2002 Messages 104 Location 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
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
May 10, 2003 #2 teralearner Technical User Joined Apr 15, 2002 Messages 66 Location US If you know the UNIX command you need you can use: x yourUnixCommand; or %sysexec(yourUnixCommand); Upvote 0 Downvote