1.What is the use of parameters in datastage job?2.What is the difference between datastage 6 and datasttage 7.0?3.Whta is unit testing, system testing and integration testing?4.seheduling the jobs in Datastage?5.What is the difference between datastage 7.1 and datasttage 7.5?6.How to do error handling in datastage?7.how do you remove duplicates in a flatfile?

Showing Answers 1 - 4 of 4 Answers

rajesh

  • Oct 17th, 2006
 

please give me answer for various datastage versions and their features?

  Was this answer useful?  Yes

Anwar

  • Nov 1st, 2006
 

there are two types of parameters we can create

1.Job level parameters. - Those parameters only use in that particular job.U can create in Desinger.

2.Project Level parameters. - Those parameters can use into multi jobs under that particular project.Using Admin we have to create the project level parameters.

Use - Dynamic value passing at runtime(while running of job) like file_name , path etc.so, runtime u can pass the file name or path or whatever u want.so ur job wil be dynamic take that parameters and do perform the work.

i hope u understand the parameters usage.

Regards,

Anwar

  Was this answer useful?  Yes

naveen patil

  • Nov 28th, 2006
 

Parameters are helps to enter values  at run time. and also makes secure by not to forcing a hard coding.

Unit testing is the one mainly deals with a single job.

system testing is the one deals with system compatabilty.

integration testing deals with entire set of jobs  that meets business requirements.

Schudeling jobs helps to  set a timer to run a job at a perticuler event of time

error hanling is done through a stage in job sequences.

We can remove duplicates using remove duplicate stage

  Was this answer useful?  Yes

Sathish123

  • Feb 20th, 2007
 

The main purpose of job parameters in Datastage is to provide the values at job run time.Ex;File Path,File name,database server name,userid,password.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions