Search Results

Search: Posts Made By: sailaja_80
5,621
Posted By sailaja_80
My Input file : ...
My Input file :
***************************************************************...
5,621
Posted By sailaja_80
I have an input file like Code:...
I have an input file like

Code:...
1,914
Posted By sailaja_80
10,102
Posted By sailaja_80
Hi all thanks for ur help. i am generating...
Hi all thanks for ur help. i am generating seperate success and failrue logs.

its workign now.

thank you
10,102
Posted By sailaja_80
My input file is like this. DROP TABLE...
My input file is like this.

DROP TABLE GPS_CONTACT_DETAILS
DB20000I The SQL command completed successfully.
CREATE TABLE GPS_CONTACT_DETAILS ( CONTACT_ID VARCHAR(30) )
DB20000I The SQL command...
1,578
Posted By sailaja_80
Hi Durden , I got confused. let me write it...
Hi Durden , I got confused. let me write it clearly here.

I have a outfile generated like this.
DB20000I The SQL command completed successfully.
DB20000I The SQL command completed...
5,621
Posted By sailaja_80
Problem with reading from a properties file
Hi,

i have a properties file a.prop where entry is like
PROCESS_IDX=0

Now in my shell schript i am doing like this.
#!/bin/sh
. a.prop
..............
-.......................
while...
1,578
Posted By sailaja_80
Thanks for your reply. I want to grep for...
Thanks for your reply.

I want to grep for the word abc.

---------- Post updated at 06:12 PM ---------- Previous update was at 06:12 PM ----------

sorry that success was a typo error. its...
10,102
Posted By sailaja_80
Thanks durden for your reply. I am doing like...
Thanks durden for your reply.
I am doing like below.

db2 -tvf "${var[Perforce_Script_Name]}" > $outdir
Is generating a file outdir liek this

DROP TABLE GPS_CONTACT_DETAILS
DB20000I The SQL...
1,578
Posted By sailaja_80
searching in a while where a word is not there.
Hi,

I am new to unix, pls help

I have a file suc_Logfile file. liek this.

output
success
success
abc

Now i need to generate a file in shell script where it shows only abc.
Now i...
10,102
Posted By sailaja_80
generate a report
Hi

Please help me to resolve the below query.

My shell script has generated a file output.file like below
********************************
DROP TABLE GPS_CONTACT_DETAILS
DB20000I The...
15,891
Posted By sailaja_80
redirecting sql query output to a file
Hi,

I am executing sql files in my unix shell script. Now i want to find whether its a success or a failure record and redirect the success or failure to the respective files. meaning.
...
4,443
Posted By sailaja_80
My requirement is like this. I have a text file...
My requirement is like this.
I have a text file having comma seperated values of these records .
OName OType SrcDB Sschema targetdb TSchema Load Dataype processY/N
aa Table a e i m Y db2 y
aa...
4,443
Posted By sailaja_80
read column values one after another
hi,

Can some one help me how to retrieve column values row by row

My requirement is like below :

I have a text file having comma seperated values of these records .
OName OType SrcDB...
2,271
Posted By sailaja_80
My requirement is like this. I have a text file...
My requirement is like this.
I have a text file having comma seperated values of these records .
OName OType SrcDB Sschema targetdb TSchema Load Dataype processY/N
aa Table a e i ...
2,271
Posted By sailaja_80
Thanks much for your reply. I want to read...
Thanks much for your reply.

I want to read these values in a while loop meaning
I want to read record line by line.
and i want only one value at a time, instead of getting all the values at a...
2,271
Posted By sailaja_80
Problem with reading a specific column in unix
Hi

I have 3 problems.

1)I have to read the 16th column of a record in a comma seperated text file in a shell script . i am trying to use ...

va =( echo $line | awk -F'[.|,]' '{print...
Showing results 1 to 17 of 17

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