Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Informatica PowerCenter 10.x

You're reading from   Learning Informatica PowerCenter 10.x Enterprise data warehousing and intelligent data centers for efficient data management solutions

Arrow left icon
Product type Paperback
Published in Aug 2017
Publisher
ISBN-13 9781788471220
Length 426 pages
Edition 2nd Edition
Arrow right icon
Author (1):
Arrow left icon
Rahul Malewar Rahul Malewar
Author Profile Icon Rahul Malewar
Rahul Malewar
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Downloading and Extracting Informatica PowerCenter Software FREE CHAPTER 2. Understanding Admin Console 3. Understanding Designer Screen and its Components 4. The Lifeline of Informatica - Transformations 5. Using the Designer Screen - Advanced Features 6. Implementing SCD Using Designer Screen Wizards 7. Using the Workflow Manager Screen 8. Learning Various Tasks in Workflow Manager screen 9. Advanced Features of Workflow Manager Screen 10. Working with Workflow Monitor - Monitoring the code 11. The Deployment Phase - Using Repository Manager 12. Optimization - Performance Tuning

Parameter file - parameters and variables


It is always a best practice in coding that you should never hard code the values. The same applies to Informatica as well. It is always better to pass the values using parameters or variables in place of hard coding them. When you define parameters or variables in the code, you need to pass the values to those parameters and variables. A parameter file serves that purpose. Any value that you hard code can be passed through the Parameter file. You can define the Parameter file at the session level and workflow level.

You must have noticed that the system defined the variable $PMSourceFileDir\ or $PMTargetFileDir\. Similar to that, we can define User Define variables. You can define the variable at both the mapping level and workflow level.

Note

If the value passed remains constant across the session run, it is called parameter, and if the value changes across the session run, it is called variable.

Let's take an example to understand the Parameter file...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime