Search Results

Search: Posts Made By: Sagarddd
3,577
Posted By Sagarddd
#!/usr/bin/ksh PROG=`basename ${0}` ...
#!/usr/bin/ksh
PROG=`basename ${0}`
SHL_DIR=`dirname ${0}`
EXIT_STATUS=0
ParameterFile="CbsCollPay_static.ini"
#
# BINPATH="/opt/app/dstage/Ascential/DataStage/DSEngine/bin"...
3,577
Posted By Sagarddd
Script not reading Data from oracle table properly
Hi,

I have a case where i am connecting to the oracle DB and reading a column value....
Script is in production...it was running fine,,,but suddenly now some times its started giving pain.......
1,696
Posted By Sagarddd
listing the latest file
if i am having files as below in a directory----

-rwxrwxrwx 1 dsadm dstage 43 Nov 21 2005 CheckfreeFtpSeq.err
-rwxrwxrwx 1 dsadm dstage 37 Jun 22 2007...
1,382
Posted By Sagarddd
i will be having just one file at a time in...
i will be having just one file at a time in remote path.....by using ls i will list it....but how will i pass that file name as parameter to main program....?
1,382
Posted By Sagarddd
Need a FTP help
Hi,

After connecting to the remote server by using FTP i need to know the file name residing on the remote path....So that that file name i can pass as a parameter to the main program...FTP...
2,000
Posted By Sagarddd
thanks working
thanks working
2,000
Posted By Sagarddd
it works only with backtics.....
it works only with backtics.....
2,000
Posted By Sagarddd
set -x ...
set -x


PROJ="/etltst/GPOS/work_06/QWP/compassCatchUp/"
export PROJ
ParameterFile="SAG"



if [ ! -f /etltst/GPOS/work_06/QWP/logs/"SAGAR" ]; then
EXIT_STATUS=99
fi
eval X=`grep "X="...
2,000
Posted By Sagarddd
Line 51 is echo "SAGAR"
Line 51 is

echo "SAGAR"
2,000
Posted By Sagarddd
need a help
I have a script as below


set -x

PROJ="/etltst/GPOS/work_06/QWP/compassCatchUp/"
export PROJ
ParameterFile="SAG"

if [ ! -f /etltst/GPOS/work_06/QWP/logs/"SAGAR" ]; then
EXIT_STATUS=99...
1,341
Posted By Sagarddd
neeed a script
Do you have any script to check the dick space for any perticular directory.
2,129
Posted By Sagarddd
Script help needed
I have a code given below...

ERROR=`grep "Job Status" ${LOG_FILE}`
ERROR=${ERROR##*\(}
ERROR=${ERROR%%\)*}
if [ "${failedstart}" = 0 -a "${ERROR}" = 1 -o "${ERROR}" = 2 ]
then
echo "The job...
Showing results 1 to 12 of 12

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