Is it like that if we define the values of variables in DSParams file then there is no need to give the values at job level ar Project level ?& how to configure this file at job level ?so that we need
scenario- if suppose we have 3 jobs in sequencer, while running if job1 is failed then we have to run job2 and job 3 ,how we can run? plz ans this thanks in advance
Latest Answer: First you login in as adminstrator In adminstrator select SequencerIn Sequencer on option is there check list on sequence fail, if you click on this option you will get your requirement. ...
how do you remove duplicates using transformer stage in datastage
Latest Answer: To capture rejected duplicates use a Transformer. Partition and sort on your primary key. In a transformer keep the primary key stored in a Stage Variable. Compare incoming primary key to the stored primary key Stage Variable. If it is the same output ...
how you will call shell scripts in sequencers in datastage
Latest Answer: I hope u cant directly call a SQL file or UNIX shell script from job sequence....Create a routine to call/run the script file. Then call this in job sequence using routine activity.Note: It is job sequence and not sequencer. Sequencer is the ...
how to fetch the last row from a particular column.. Input file may be sequential file...
Latest Answer: Develop a job source seq file--> Transformer--> output stageIn the transformer write a stage variable as rowcount with the following derivationGoto DSfunctions click on DSGetLinkInfo..you will get "DSGetLinkInfo(DSJ.ME,%Arg2%,%Arg3%,%Arg4%)" Arg ...
Using server job, how to transform data in XML file into sequential file?? i have used XML input, XML transformer and a sequential file.
Latest Answer: Import the XSD for the xml file via manager-metadata importer and store it. If transformation functions are not required to be done on the data in XML file, there is no need for the transformer. To load data directly from a XML file to ...
I am eager to know about DataStage Engine commands. Can someone tell me something about that?
Latest Answer: the following commands can be taken as DS Engine commands, used to start and stop the DS EngineDSHOME/bin/uv -admin -startDSHOME/bin/uv -admin -stop ...
What is the purpose of Debugging stages? In real time Where we will use?
Latest Answer: hi the main use of Debugging Stages(row gen,peak,tail,head etc) are they are help full to monitor jobs,and they generate mock data wen we dont have real time data to test ...
What is the difference between change capture and change apply stages
Latest Answer: Change capture stage is used to get the difference between two sources i.e. after dataset and before dataset. The source which is used as a reference to capture the changes is called after dataset. The source in which we are looking for the change is ...
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top