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:  User Created Stages

Answer: Explain Wrapped, Build and Custom stages?


March 03, 2009 03:54:17 #2
 MArcus_Datastage   Member Since: March 2009    Total Comments: 1 

RE: User Created Stages
 
Custom: This allows knowledgeable Orchestrate users to specify
an Orchestrate operator as a DataStage stage. This is then available
to use in DataStage Parallel jobs.

Build: This allows you to design and build your own bespoke
operator as a stage to be included in DataStage Parallel Jobs.

Wrapped: This allows you to specify a UNIX command to be
executed by a DataStage stage. You define a wrapper file that in
turn defines arguments for the UNIX command and inputs and
outputs.

Note: The above answer is for Parallel jobs
     

 

Back To Question