May 9, 2003 #1 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
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 Apr 15, 2002 66 US If you know the UNIX command you need you can use: x yourUnixCommand; or %sysexec(yourUnixCommand); Upvote 0 Downvote