environment variables and job parameters

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
kavuri
Premium Member
Premium Member
Posts: 161
Joined: Mon Apr 16, 2007 2:56 pm

environment variables and job parameters

Post by kavuri »

Hi experts,
Is there any difference between environment variables and job parameters? Please explain me.

Thanks in advance

Kavuri
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

They are completely different entities. Environment variables are UNIX (and Windows) constructs that are used for user and OS information to be stored and used; i.e. for keeping information on what PATHs to use for programs and libraries and for storing program settings such as the ORACLE or DB2 version. These environment settings can, and often are, passed on when a process is forked and are also kept when one process calls a program or procedure
Job Parameters are variables that need to be declared on both the calling and job side and are used to pass specific runtime values to a job.
Post Reply