What is the difference between in process and inter process?
Answer / Sanjeet Kumar Verma
In Process (IP) refers to operations that are performed within the same Data Stage session, whereas Inter Process (IP) involves operations or interactions between different Data Stage sessions or processes running on separate servers.
| Is This Answer Correct ? | 0 Yes | 0 No |
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().
How many input links can you give to a Transformer stage?
What is the default padding character?
I have a source like file it have Number of records and i want to load without first and last records in target?Datastage?
How can we improve performance of data stage jobs?
Can you explain players in datastage?
hi iam new to this tooliam cmpltied to know abt datastage so now iam in project tell me whole step by step what iam doing iwnt to go with exp so plz hlp me pals
how many types of remove the duplicate records?
Define Data Stage?
how to find no.of records in sequntial file itself?
i hav source like this . deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like this target1 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformer
IS IT POSSIBLE TO USE DATASET AS A SOURCE FILE?