What are the steps needed to create a simple basic datastage job?
Answer / Deepak Chauhan
To create a simple basic DataStage job, follow these steps: 1. Create a new DataStage project and define the source and target tables. 2. Design the transformation logic using various DataStage components (e.g., conditional splitters, aggregators). 3. Test the DataStage job by running it on a small subset of data to ensure correctness. 4. Schedule or trigger the job based on requirements. 5. Monitor the job's performance and address any issues that may arise.
| Is This Answer Correct ? | 0 Yes | 0 No |
there are indexes on a table as index1 with col1, col2 index2 with col2 index3 with col1,col2,col3. if i run a query with col1='100' which index will be used and why
how to define satge variables in transformer stage
what r the stages mostly used in realtime scenarios
What is ds designer?
What is oci?
How do you generate sequence number in datastage?
what is the difference between lookup stage reject link and merge stage reject link in datastage Parallel jobs?
how can we generate row values like 1 1 1 2 2 2 3 3 3 using col generator plz let me know
In Datastage, how you can fix the truncated data error?
Hi all, can u explain header and trailer records in file? If a file has header and trailer /master-detail records how will you read it in datastage?
1.How do u handle NULL in sequential stage. 2.Difference between switch stage and filter stage.
how to find diff between 2 dates without using Icon... funtions?