Sep 18, 2004 #1 estersita Technical User Aug 5, 2004 50 US Hi everybody, I wonder if anybody can help me. I need to set environment variable TWO_TASK to have the value for the instance ISY01B WHAT should be the UNIX command string that I should issue? Thank you in advance, Estersita
Hi everybody, I wonder if anybody can help me. I need to set environment variable TWO_TASK to have the value for the instance ISY01B WHAT should be the UNIX command string that I should issue? Thank you in advance, Estersita
Sep 18, 2004 #2 fredericofonseca IS-IT--Management Jun 2, 2003 3,324 PT man set man export (not sure about these two) but definitelly and depending on the shell you are using man sh man ksh man csh man bash Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com Upvote 0 Downvote
man set man export (not sure about these two) but definitelly and depending on the shell you are using man sh man ksh man csh man bash Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com
Sep 18, 2004 Thread starter #3 estersita Technical User Aug 5, 2004 50 US Frederico, thank for the response The thing is that I found the following command in help (I use csh) setenv [ VAR [word]] So I am trying to put: setenv TWO_TASK ISY01B ...however after I use echo $TWO_TASK ....i got the following message: undefined Variable What I could do wrong? Thanks, Estersita Upvote 0 Downvote
Frederico, thank for the response The thing is that I found the following command in help (I use csh) setenv [ VAR [word]] So I am trying to put: setenv TWO_TASK ISY01B ...however after I use echo $TWO_TASK ....i got the following message: undefined Variable What I could do wrong? Thanks, Estersita
Sep 19, 2004 #4 KenCunningham Technical User Mar 20, 2001 8,475 GB Have you tried set TWO_TASK=ISY01B, rather than setenv? Upvote 0 Downvote
Sep 19, 2004 #5 stefanwagner Programmer Oct 19, 2003 2,373 DE on bash I would have to export it. Code: eport TWO_TASK=ISY01B seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung Upvote 0 Downvote
on bash I would have to export it. Code: eport TWO_TASK=ISY01B seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung
Sep 19, 2004 #6 fredericofonseca IS-IT--Management Jun 2, 2003 3,324 PT What unix system are you using? including version. I have tryed setenv TWO_TASK aaa and then echo $TWO_TASK and it worked fine. This was on a Unixware 8 machine. with csh, both on the Unixware and Linux environment. Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com Upvote 0 Downvote
What unix system are you using? including version. I have tryed setenv TWO_TASK aaa and then echo $TWO_TASK and it worked fine. This was on a Unixware 8 machine. with csh, both on the Unixware and Linux environment. Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com