How to use Environment variable's in datastage?(use of process)
To use environment variable at the project or job level, we
should first check if the environment variable already
present at the project level. If the environment variable
does not exist, we should create the one and then it should
be used at the project level or at the job level.
To use the environment variable you just need to add to the
project or job.
| Is This Answer Correct ? | 2 Yes | 3 No |
how do u capture duplicates through sort & transformer
What is a ds designer?
How and where you used hash file?
what is materialized view used datastage?
which is the most complex job in your career? Please tell me answer?
I have file with empid,empname and I want to load these two fields along with sal in my target 1)salary must be same for all the records 2)I want pass the salary at run time
Drop duplicate records ... SOURCE LIKE .......... ID flag1 flag2 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 in above file if any id having both the flags as "N" then that corresponding id records should be dropped, in above case o/p should be as ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y Steps to do : 1) Identified the id’s that got duplicated (both the flag values having vales “N”) 2) Look up with these id’s to existing id’s to drop .
in sequtial file 2 columns avaliable,iwant only one column load the target how do it.
it is possible to load two tables data into one sequential file?if possible how?plz share with me?
Hi, I have 3 records, 1 Srini 1 vasa 2 reddy now i want o/p like this 1 Srinivasa 2 reddy could u please help in this Thanks in advance.
which is more expensive hash or modulus partitioning? when do you use modulus partitioning?
how can we validate the flat files using the date in the header and number of records in the flat file? Using both conditions at a time.