Search Results

Search: Posts Made By: mkarthykeyan
3,643
Posted By mkarthykeyan
$ sh test_1 test_1[2]: syntax error at line 2 :...
$ sh test_1
test_1[2]: syntax error at line 2 : `<' unexpected
10,402
Posted By mkarthykeyan
#!/bin/ksh set -x TEMP_DATABASE=`head -6...
#!/bin/ksh
set -x
TEMP_DATABASE=`head -6 /home/karthik/para.txt|tail -1`
TEMP_TABLE=`head -7 /home/karthik/para.txt|tail -1`
cp /home/karthik/SQL.txt /home/karthik/parsefile
cat...
10,402
Posted By mkarthykeyan
actually i dont want to use my SQL with in the...
actually i dont want to use my SQL with in the shell....coz my SQL may contains more than 500 lines....so i want to store it in a file and need to run...moreover i dont want to edit the shell(editing...
3,643
Posted By mkarthykeyan
yes kevintse."|" is my field separator...thanks...
yes kevintse."|" is my field separator...thanks for ur reply...let u know if its work

---------- Post updated at 07:38 AM ---------- Previous update was at 07:32 AM ----------

kevintse,

its...
10,402
Posted By mkarthykeyan
Problem while passing variable
Within a shell im starting a terdata BTEQ session

#!/bin/ksh
set -x

TEMP_DATABASE=`head -6 /home/karthik/para.txt|tail -1`
TEMP_TABLE=`head -7 /home/karthik/para.txt|tail -1`

bteq<<EOF...
3,643
Posted By mkarthykeyan
Dynamic variable assignment
Hi all,

I’m very new to UNIX programming. I have a question on dynamic variable

1. I’m having delimited file (only one row). First of all, I want to count number of columns based on...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 04:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy