how do u reduce warnings
In order to reduce the warnings you need to get clear idea
about particular warning, if you get any idea on code or
design side you fix it, other wise goto director-->select warning and right click and add rule to message, then click
ok. from next run onward you shouldn't find any warnings.
| Is This Answer Correct ? | 9 Yes | 2 No |
What are the steps needed to create a simple basic datastage job?
What are stage variables and constants?
What are some different alternative commands associated with "dsjob"?
Source Like department_no, employee_name ---------------------------- 20, R 10, A 10, D 20, P 10, B 10, C 20, Q 20, S and Output should be like this department_no, employee_list -------------------------------- 10, A 10, A,B 10, A,B,C 10, A,B,C,D 20, A,B,C,D,P 20, A,B,C,D,P,Q 20, A,B,C,D,P,Q,R 20, A,B,C,D,P,Q,R,S
What is the difference between SQl Loader and OCI in datastage?
what are the different type of errors in datastage?
what is data mapping
What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?
Where do you see different stages in the designer?
How many types of sorting methods are available in datastage?
I am defining one varaible parameter date in job parameters.I want use this variable date in where clause in source query.
in aggregator , how can i get the sum in readable format