Search Results

Search: Posts Made By: autosys_nm
6,860
Posted By autosys_nm
SQR error 5528
Hi,

I'm trying to execute a script which calls a SQR.

The SQR is throwing an error
SQR 5528-sybase ct_connect error in cursor 0
Login falied
SQR 4701-Cannot connect to the database

I'm...
28,811
Posted By autosys_nm
yes .. export APPLID APPPATH ...
yes ..

export APPLID APPPATH ...
28,811
Posted By autosys_nm
Profile File in Unix
Hi,

I have to run a sqr program.
In the profile file everything is set.

e.g
APPLID=personel
APPPATH=/${ENVIRONMENT}/${APPPATH}

and so on..

SQRDIR=/opt/sqr/bin/syb

Still when...
7,024
Posted By autosys_nm
Thanks.. done >$1.log worked How can zip...
Thanks.. done >$1.log worked

How can zip the log the file?
7,024
Posted By autosys_nm
Direct the output of a script to a log file
Hi,

I have a script to compare 2 files.

file1=$1
file2=$2

num_of_records_file1=`awk ' END { print NR } ' $file1`
num_of_records_file2=`awk ' END { print NR } ' $file2`

i=1
while [ $i...
11,726
Posted By autosys_nm
Unix code to fetch the first field till space in a variable
Hi,

I want to get the value of the first field till space in a variable.

e.g x=323 /test/personel/logs/File1 [After 3 space is there]

I want to get the first field till space i.e 323 in...
5,355
Posted By autosys_nm
Unix script to compare the two file
Hi,
I want to compare two | delimited files.Awk is not working in my unix box.So plz give alternate solutions.

Please see the below code:

file1=$1
file2=$2

num_of_records_file1=`awk '...
8,791
Posted By autosys_nm
Comparing two files and getting the output
Hi,
I have 2 files File1.txt and File2.txt

File1.txt
123|Rosy|Chicago|
234|stella|michigan|
999|Richard|NJ|

File2.txt
123|Rosy|Chicago|
235|Stella|michigan|
999|Richard|NJ|ABN

I...
Showing results 1 to 8 of 8

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