datastage UNIX

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ravibabu
Participant
Posts: 39
Joined: Tue Feb 13, 2007 12:18 am
Location: vijayawada

datastage UNIX

Post by ravibabu »

Hi Friends,

Please help me out from this problem.

What is SCD utility in unix?

Thanks.
Ravi babu
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Re: datastage UNIX

Post by narasimha »

ravibabu wrote:What is SCD utility in unix?
Not familiar with any such utility with UNIX
Are you sure you are not getting confused with - Secure Copy (SCP) or Slowly Changing Dimensions (SCD)
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi Ravi,

Welcome to DsXchange :D !!!

As mentioned, you need to explain clearly on what you exactly you are looking for. Are you looking for some stages in datastage which work in unix OS. If so SCD is available in the latest version 8. But Windows version has just released.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ravibabu
Participant
Posts: 39
Joined: Tue Feb 13, 2007 12:18 am
Location: vijayawada

Re: datastage UNIX

Post by ravibabu »

Hi,

Thanks for your quick response.

I know SCD and SCP,RCP,CP.


How can i run the AWK scripts in datastage?

narasimha wrote:
ravibabu wrote:What is SCD utility in unix?
Not familiar with any such utility with UNIX
Are you sure you are not getting confused with - Secure Copy (SCP) or Slowly Changing Dimensions (SCD)
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Same way you would run any kind of script -

* Execute Command stage in a Sequence job
* ExecSH in the Before/After job section of a Server or PX job
* Call DSExecute in a custom routine or job control

Off the top of my head.
-craig

"You can never have too many knives" -- Logan Nine Fingers
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Are you throwing interview questions at us :shock: ???
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

How is SCD related to AWK :roll:
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

narasimha wrote:How is SCD related to AWK :roll:
Narasimha, I guess you got the point. :wink: Because, I couldn't find any SCD in awk.
May be he is referring to sed :roll:
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply