How do you schedule or monitoring the job?
No Answer is Posted For this Question
Be the First to Post Answer
can we use sequential file as a lookup
WHAT IS FORCE COMPILE?
What is datastage?
what is the difference between INROWNUM AND OUTROWNUM IN DATASTAGE SERVER EDITION?
eno ename esal acct1 acct2 amount1 amount2 100 suresh 10000 sbi1 sbi2 1000 2000 this is our sourse data i would loke to disply like this eno ename esal acct amount 100 suresh 10000 sbi1 1000 100 suresh 10000 sbi2 2000
job locking methods? How can we unlock the job?
How do you load dimension data and fact data? Which is first
What are the differences between datastage and informatica?
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 to find no.of records in sequntial file itself?
What are the various kinds of containers available in datastage?
source file having the data like aabbccc, i want target file result like a1a2b1b2c1c2c3.