Validating a Job

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
dwandbi
Participant
Posts: 29
Joined: Sat Feb 04, 2006 6:17 pm

Validating a Job

Post by dwandbi »

What does Validating a job mean?

thanks
sb_akarmarkar
Participant
Posts: 232
Joined: Fri Sep 30, 2005 4:52 am
Contact:

Post by sb_akarmarkar »

When a server job is validated, the following checks are made without actually extracting, converting, or writing data:

1) Connections are made to the data sources or data warehouse.

2) Files are opened. Intermediate files in Hashed File, UniVerse, or ODBC stages that use the local data source are created if they do not already exist.

3) SQL SELECT statements are prepared.

Thanks,
--Anupam
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Also the metadata reconcilation takes place.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Validating a job means doing everything the job does except processing rows. It even creates missing hashed files, if there is a Hashed File stage with an input link.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply