What a datastage macro?
Answer / Mukesh Kumar Rahul
A DataStage Macro is a reusable piece of code that can be called from multiple places within a DataStage job. It simplifies the development process by allowing developers to create and use common functions, transformations, or error handling logic across various jobs.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the command line function to import and export the ds jobs?
how may datastage variables/parameters will be in trnsformer stage? 1 2 3 4 ?
j1,j2,j3 jobs r runing iwant to run j1,j3 after j2 how to do this using sequencer? 2)j1,j2,j3 jobs r runing iwant to run j1,j2,j3 how to do this?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
What is the use of surrogate key stage?
Difference between sequential file and data set?
Which is the best institute in Hyderabad to learn OBIEE and DataStage?Please tell me faculty name also
what is the Difference Between Datastage Server Edition and Parallel Edition?
hi, 1)totally how many jobs created in ur project 2)what is ur datamart size & Dwh size 3)How secure ur project 4)could u plz tell be about testing process after complete the job will run sucessfully or not in Datastage
Is possible to create skid in dim,fact tables?
What are the environmental settings for data stage,while working on parellel jobs?
I have the following columns in the EMP table Empid,Empname,Sal,month(Sal),year(Sal) and DOB(let us say the dob is 15th-Jan-1981) Desing a job such that the output contains the following empname,year(sal),tot(sal) and current age i.e. whether 18yrs or so on