Search Results

Search: Posts Made By: dsnaveen
1,120
Posted By dsnaveen
Thanks for the replies guys, will try and let you...
Thanks for the replies guys, will try and let you know.

Thanks,

---------- Post updated at 09:24 AM ---------- Previous update was at 01:00 AM ----------

find /is/app2/istech/scratch -name...
1,120
Posted By dsnaveen
Start from the prefixes, delete script
My folder is/app2/istech/scratch, which contain all the below files.

I need to delete the files which start from the prefixes.

dup_events_*.*
Event_*.*
New_time_*.*
New_Loc_*.*...
28,757
Posted By dsnaveen
#!/bin/bash for j in 'Extract.txt' do ...
#!/bin/bash
for j in 'Extract.txt'
do
for p in 'Plants.txt'
do
/is/app/IBM/InformationServer/Server/DSEngine/bin/dsjob -logsum <Project_Name> "$j"."$p" > "$j$p".log
done
done
...
28,757
Posted By dsnaveen
Thank you, Sir. will work and let you the result.
Thank you, Sir. will work and let you the result.
28,757
Posted By dsnaveen
DataStage log file output via dsjob command
Hi,

I do have 2 files
Job_Name
Job1
Job2
Job3

Instance_Name
USA
IND
SRI

I need to write a script, i.e, output of job1.USA should come in log in unix.
i.,e
When it runs for the...
6,534
Posted By dsnaveen
Unix Script via ETL
while [ `ps axo cmd|grep "phantom DSD.RUN #JobName."
|grep -iv -e "grep" -e "SH -c"|cut -f3 -d " "|cut -f2 -d "."
|sort -i|head -1|grep -i #instance_Name#
|wc -l` -ne 1 ];do sleep 5; done

Hi,...
1,490
Posted By dsnaveen
Unix script
while [ `ps axo cmd|grep "phantom DSD.RUN #JobName." |grep -iv -e "grep" -e "SH -c"|cut -f3 -d " "|cut -f2 -d "."|sort -i|head -1|grep -i #instance_Name#|wc -l` -ne 1 ];do sleep 5; done

Hi,
We...
6,984
Posted By dsnaveen
Sending email to different domain
Hi,
I am looking for info based on direct experience in using DataStage EE with Unix.
A scenario in the client remote desktop

I work for company Switch, my client is Master.

Notification...
Showing results 1 to 8 of 8

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