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.
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
Explain the difference between server transformer and parallel transformer
Latest Answer: The main difference is server Transformer supports basic transforms only,but in pararllel both basic and pararllel transforms. server transformer is basic language compatability,pararllel transformer is c++ language compatabillity. ...
Please Give Me some small Notes on Nodes and CPUs. I have one question when i am using 4 nodes and 5 CPUS how many Processors will be going to execute. Please help me in this...
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top