GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  DataStage

 Print  |  
Question:  shell scripts in sequencers

Answer: how you will call shell scripts in sequencers in datastage


July 07, 2008 07:37:05 #1
 tina123   Member Since: July 2008    Total Comments: 3 

RE: shell scripts in sequencers
 
I hope u cant directly call a SQL file or UNIX shell script from job sequence....
Create a routine to call/run the script file. Then call this in job sequence using routine activity.

Note: It is job sequence and not sequencer. Sequencer is the name of an activity in Job sequences.
     

 

Back To Question