| |
GeekInterview.com > Tech FAQs > DataStage
| Print | |
Question: Routines
Answer: What is a routine? How can we use it in datastage? |
| September 09, 2009 23:36:40 |
#1 |
| veer.dwh |
Member Since: July 2009 Total Comments: 27 |
RE: Routines |
Routines are used to implement specific funtionlaty which will support DS jobs. routines are clasified into 2 types 1. Builtin 2. Userdefined
Builtin: These routines are predefined and comes with DS software Userdefined: These are write user to implete his business funtionality which supports DS jobs. using tranformer or job sequncer we can call routines to your job environment.
Using DS manager we can implement routines using Basic,C or C++ languges we can use to write routines. |
| |
Back To Question | |