why we use parameters instead of hard code in datastage
Answers were Sorted based on User's Feedback
Answer / ashok
not only security,for suppose i want to give another values
go to design and change the values it is not convinent for
user instead of this using parameters giving values at
runtime is flexible
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / shar
we use parameters for flexibility,re-usability in job design, values hard coding is a bad habit and bad practice.
lets say u have 20 fields and u have to pass them every time as and when data processing demands. Then every time going into the job and modifying the values is an unprofessional way and we sometime commit typographical errors.
instead of that use job parameters for reusability and we can use them any where flexibly depends on the parameters created at job level or project level.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kiran
Hi Ashok..,
What ever Values u change run time(dynamically) which
purpose is called security.
Thanks
Kiran
8055902709
| Is This Answer Correct ? | 1 Yes | 4 No |
Explain briefly scd type2 in datastage7.5x2(parallel)
Where do the datastage jobs get stored?
What is the purpose of interprocessor stage in server jobs?
in a job of 20 one job is very slow due to that entire job is slow how can u find out which job is slow?
Question 4) source target c1 c1 c2 c3 c2 c4 c4 c5 c3 c6 c7 c4 c5 c6 c7 Singal Source and Singal Target only subash,
How to reverse the string using SQL?
how to change left and right links in join stage?
Nls stands for what in datastage?
How can remove duplicates in a file using UNIX?
Explain how a source file is populated?
Give example for FACTLESS FACT TABLE in real-time scenario.
What is the difference between orabulk and bcp stages?