![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| awk Shell Script error : "Syntax Error : `Split' unexpected | Herry | UNIX for Dummies Questions & Answers | 2 | 03-17-2008 11:16 AM |
| awk syntax error | orahi001 | UNIX for Dummies Questions & Answers | 0 | 03-17-2008 09:35 AM |
| syntax error | bkan77 | Shell Programming and Scripting | 2 | 07-30-2007 04:26 PM |
| I got error like...syntax error on line 1, teletype | koti_rama | UNIX for Advanced & Expert Users | 2 | 07-07-2007 07:35 PM |
| awk syntax error | yongho | Shell Programming and Scripting | 4 | 06-20-2005 10:03 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
syntax error
I'm getting a syntax error /bin/sh[5]: Syntax error at line 5 : `(' is not expected. This error only occurs when I run the script from Autosys job scheduler. If I run it from the command line it works OK.
##### `hostname` equals cherry if [ `hostname` != "elm" ]; then export ORACLE_SID=DMRT USER=dmrt PSWD=`cat /oracle/.connect_DMRT` # I'm asssuming the error is on this line DAT_HOME=/MMA_temp_staging LOG_HOME=/opt/prod/DMRT/KC/CASEMIX/log CTL_HOME=/opt/prod/DMRT/KC/CASEMIX SQL_HOME=/opt/prod/DMRT/KC/CASEMIX SH_HOME=/opt/prod/DMRT/KC/CASEMIX else export ORACLE_SID=dmrt_dv USER=jschaffner PSWD=dev DAT_HOME=/opt/prod/DMRT/data LOG_HOME=/opt/prod/DMRT/data CTL_HOME=/opt/prod/DMRT/data SQL_HOME=/opt/prod/DMRT/data SH_HOME=/opt/prod/DMRT/data fi ## Thanks. Jeff |
| Bookmarks |
| Tags |
| autosys |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|