how will u design file watch jobs?
Answers were Sorted based on User's Feedback
Answer / sunil
Use wait for file activity in sequencer and then connect to job.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the difference between INROWNUM AND OUTROWNUM IN DATASTAGE SERVER EDITION?
A flatfile contains 200 records.I want to load first 50 records at first time running the job,second 50 records at second time running and so on,how u can develop the job?pls give the steps?
What are the main features of datastage?
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
How many Nodes configuration file you used in your last project?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
In Informatica,for the table I can find coreesponding dependent mappings.Likewise can I find the dependent jobs with all the information by using the table name
how can we send even and odd records from a sequential file to two different targets
10 Answers IBM, iGate, TCS,
Can you explain how could anyone drop the index before loading the data in target in datastage?
how can i abort the job if i get more than 100 errors in job log?
in sequtial file 2 columns avaliable, i want only one column load the target. for this we can do by modify and copy stage. But here when using modify stage (in property drop column1) until it is ok. if target is data set How to view the data. with out using data management. what is the reason for this. if any body know this answer plz tel me. thanks.
I have a source like file it have Number of records and i want to load without first and last records in target?Datastage?