What is the difference between transformer stage in serverjobs and transformer stage in parallel job?
Latest Answer: Transformer stage in server jobs vs Transformer stage in Parallel jobs In server jobs, support single input stream link and multiple input reference link where in parallel support only single input stream link and no reference link.In server jobs, lookup ...
What is a conductor node?
Latest Answer: Actually every process contains a conductor process where the execution was started and a section leader process for each processing node and a player process for each set of combined operators and a individual player process for each uncombined operator ...
How to implement the scenario: Add 10 days to a particular date in Datastage PX
Latest Answer: extract the day part of the date by using the string function and then add how many days u want and then again add all those parts into single string and then convert the string into date object. ...
How to implement in datastgae like the job should abort after it loads 10 records into the target using lookup?
Latest Answer: you can abort a job after n records which is available while you r running the job you can see tha option as "abort job after _____" . there you can specify the number ...
Latest Answer: DataStage Transformation Extender was developed,owned and marketed my Meractor(an aviation company). e.g. Version 6.5.2 is Mercator. Later on Ascential Softwares purchased it and named it as DataStage Transformation Extender(DSTX).e.g. Version 7.5.1.2 ...
if job compiled with "job completed successfully". but The DS director window of Log page shows warning messages.what will we do?giv answer.
Latest Answer: Data Stage job can finish successfully with n no of wrnings in DS. if suppose some records are rejected which are coming from source also DS director give warning message but those records are not meet your business condtion and not required in target.Generally ...
How to see the data in the Dataset in UNIX. What command we have to use to see the data in Dataset in UNIX?
Latest Answer: what command we have to use to delete dataset in UNIX? ...
To run Job why do we use only even number nodes like 2,4,6,8.., Why don't we use 1,3,5..,?
Latest Answer: There are no odd number nodes used in datastage, for the simple reason we are not allowed to configure odd number nodes on the datastage server. ...
Hi,I have a .csv file as my source.I am reading the data using asequential file stage.Then I am validating the format of the data using a schema file.The date format of the incoming file is '%dd/%mm/%yyyy'.So
Latest Answer: Read the date field column as varchar and use transformer to check nullabiltiy and if null found assign some default value say '12-Dec-9999' and use the appropriate conversion function and process.At the time of loading, check the date ...
Explain the difference between server transformer and parallel transformer
Latest Answer: Server transfomer is same as basic transfomer used in SMP systems. Uses a server interface to call a server transformer stage. But parallel transfomer are same as normal transfomer used in parallel jobs. They use a c-based environment that is called osh ...
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top