I am defining one varaible parameter date in job
parameters.I want use this variable date in where clause in
source query.
Answers were Sorted based on User's Feedback
Answer / ram
As Kiran said you call in sorce query..
Define pDate as jobparameter..
In Query ..
Ex:
Select loc,div from xxx where dim_t = '#pDate'
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / kiran
yes u can define date parameter as variable and call in
source query.
| Is This Answer Correct ? | 5 Yes | 1 No |
A table containg 100 records B table containg 20 records we have to join two tables in left outer it containg target 100 records but target containg 101 record at that time what is the issue arise
Hi Gus, Can u pls tell me How can u Call the Shell Scripting/Unix Commands in Job Sequence?
I am getting input value like X = Iconv(ā31 DEC 1967ā,āDā)? What is the X value? How it is? At what situation we r used Iconv(),Oconv().
what is the function in Transformer stage can act as Rank function in Oracle
root tree will find which is server job and which is parallel job?
How can we perform 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
How many number of reject links merge stage can have?
if ename='subbu' while running job the job should be abort how come?
Where do the datastage jobs get stored?
State the difference between an operational datastage and a data warehouse?
I have a source like file it have Number of records and i want to load without first and last records in target?Datastage?
What steps should be taken to improve Datastage jobs?