InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between A Parameter And A Variable? |
|
Answer» A Parameter is an EXPRESSION that passes a PIECE of INFORMATION to a WORK flow, data flow or CUSTOM function when it is called in a job. A Variable is a symbolic placeholder for values. A Parameter is an expression that passes a piece of information to a work flow, data flow or custom function when it is called in a job. A Variable is a symbolic placeholder for values. |
|