what is flow of project?
No Answer is Posted For this Question
Be the First to Post Answer
In Datastage, how you can fix the truncated data error?
My input has a unique column-id with the values 10,20,30.....how can i get first record in one o/p file,last record in another o/p file and rest of the records in 3rd o/p file?
What is lookup table?
client know skid info?
What are the different database update actions available?
How to convert RGB Value to Hexadecimal values in datastage?
how do u reduce warnings
WHAT ARE PERFORMANACE SETTINGS YOU HAVE IMPLEMENTES IN YOUR PROJECT?
How to remove blank spaces from data?
What are iconv and oconv?
SOURCE LIKE I_D,F1,F2 --------- 100,N,Y 100,N,N 100,Y,N 101,Y,Y 101,N,Y 102,Y,N 103,N,N 104,Y,Y 105,N,N 106,N,Y 102,N,Y 105,Y,Y O/P LIKE ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y
I am defining one varaible parameter date in job parameters.I want use this variable date in where clause in source query.