Search found 262 matches

by asitagrawal
Thu Feb 07, 2008 4:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: want to the job sequence repeatedly until particular time
Replies: 6
Views: 2249

Use the Loop stage. After finishing the last job of the sequence, check if the end time is reached ? Depending on the result, either proceed for next iteration else exit the loop.

HTH :)
by asitagrawal
Thu Feb 07, 2008 4:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CPU usage by job processes
Replies: 7
Views: 7620

Hi, This post reminds me of my inital days ow working with DataStage 7.5.1A (Server edition) on Windows. The same problme in my case was resolved by following almost ALL of the suggestion highlighted in the post. Only, thing I would like to add is, to please check the place where the routines are in...
by asitagrawal
Wed Jan 30, 2008 4:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: column swaping
Replies: 8
Views: 2387

Remember to mark the topic as resolved... :)
by asitagrawal
Wed Jan 30, 2008 4:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: column swaping
Replies: 8
Views: 2387

Remember to mark the topic as resolved... :)
by asitagrawal
Tue Jan 29, 2008 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: column swaping
Replies: 8
Views: 2387

I just presented an alternative.. :idea:
by asitagrawal
Tue Jan 29, 2008 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Input files with multiple record types
Replies: 3
Views: 1879

If you know the maximum number of columns..then specify all those on the columns and select Retain for the Incomplete Column. This you can set in the Columns tab of Output properties for the stage.

So, Depending on the value of the first column, route the data to the desired links..
by asitagrawal
Tue Jan 29, 2008 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Connectivity to Datastage (Windows server)
Replies: 5
Views: 3683

Well..I did not use UVCONFIG file in DSENGINE to create the DSN... The steps, I vaguely remember, were as follows: 1. Install a DB2 client on the server 2. Configure the DB2 client to access the desired database and verify the conenctions with some SQLs. 3. Using DS Manager, Import the table definit...
by asitagrawal
Tue Jan 29, 2008 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to disable NLS configuration
Replies: 5
Views: 6003

see...setting at DataStage level is helpful, in the case if u create a new project, then by default, it will be created with the DataStage level NLS settings... Anyhow, you may then overwrite the NLS settings at Project level... So , in your case you should be setting it at the Project level... chan...
by asitagrawal
Tue Jan 29, 2008 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: column swaping
Replies: 8
Views: 2387

Hi, One more way could be like this.. Create two output links from the transformer, one with normal mapping (col1=>col3) and (col2=>col4) and second link with on lookup[meeting some conditions] the column must be swapped ie.(col1=>col4) and (col2=>col3) Add the lookup[meeting some conditions] as the...
by asitagrawal
Tue Jan 29, 2008 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to disable NLS configuration
Replies: 5
Views: 6003

Job level NLS settings will overwrite the project level or the DataStage level NLS settings.. So I believe, you have 2 more places for NLS configurations... 1st: Project level : Launch the DS Administrator, select your project, click on NLS tab, and specify the desired NLS map 2nd: DataStage level :...
by asitagrawal
Tue Jan 29, 2008 5:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Process Id Failed
Replies: 5
Views: 2869

This sounds like a potential bug. What version of DataStage are you using, exactly? Could be... actually I went for a version upgrade.. so we actually had to upgrade from 7.5.1A to 7.5.2.. thing went fine..but the actual screwup happened when we had overwritten the project directories with the back...
by asitagrawal
Tue Jan 29, 2008 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Connectivity to Datastage (Windows server)
Replies: 5
Views: 3683

Please share the exact problem you are facing while conencting to DB2 on mainframes, using the DB2 API ? I am also working on server edition and using DB2 API stage for connecting to DB2 on mainframes... Initiallly I did faced some issues...like unable to acces the table definitions and catalogs... ...
by asitagrawal
Mon Jan 28, 2008 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Process Id Failed
Replies: 5
Views: 2869

Hey..I have it... Sorry, I did not check that earlier.. The same error occurred on 23Jan also... This is the "From previous run:" From previous run DataStage Job 3 Phantom 468 Program "DSD.RUN": Line 593, Unable to unlink the operating system file "DSD.RUN_79218_14633"....
by asitagrawal
Mon Jan 28, 2008 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Process Id Failed
Replies: 5
Views: 2869

I will definitely do this...
But, unfortunately, in the latest run, there is no such entries logged...
Are these always logged or they are conditional ?
by asitagrawal
Mon Jan 28, 2008 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Version Upgrade
Replies: 7
Views: 1878

After executing UPDATE.ACCOUNT, I also exe uted VVOC (I found it on the forum itself... but to be true, without understanding what VVOC actually does.. )
So, when I ran VVOC, the screen reads:

Code: Select all

There are 1215 records in your VOC file that are not in NEWACC
What does it mean ? I am worried :(