Search found 149 matches

by hitmanthesilentassasin
Tue Jun 17, 2008 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to add environment variables?
Replies: 7
Views: 2804

well these are not user defined variables but environment variable(something similar to $APT_CONFIG_FILE), which i want to use in my job.
by hitmanthesilentassasin
Tue Jun 17, 2008 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to add environment variables?
Replies: 7
Views: 2804

Thanks for the post chulett. However, these are the environment variables used to start the debugger. but when i check in the administrator these variables are missing. So, I wanted to know how do i add these system defined environment variables?

Thanks
by hitmanthesilentassasin
Tue Jun 17, 2008 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to add environment variables?
Replies: 7
Views: 2804

How to add environment variables?

Hi,

Could any one please let me know how do i add the variables like $APT_DEBUG_OPERATOR, $APT_DEBUG_PARTIOTION in the administrator by default I am not able to find it. and are they all applicable for the parallel jobs?

Thanks,
Waseem
by hitmanthesilentassasin
Mon Jun 16, 2008 11:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to learn variables?
Replies: 3
Views: 1267

Thanks guy's for your quick replies - CHeers!!!
by hitmanthesilentassasin
Mon Jun 16, 2008 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to learn variables?
Replies: 3
Views: 1267

how to learn variables?

Hi ,

Could any one tell me where can i find the definitions of all the system variables and usage scenario's where it would be optimal to be used?

As usual I hope i would get some help

Thanks,
Waseem
by hitmanthesilentassasin
Sun Jun 15, 2008 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is it possible to view DB2 query?
Replies: 6
Views: 1428

well sorry mate - I dont want to post the query. I would appreciate if i get a new way to think ahead. Anyways, Thanks for your help.
by hitmanthesilentassasin
Sun Jun 15, 2008 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is it possible to view DB2 query?
Replies: 6
Views: 1428

well, I am using time field to match time field and Date field to match date field. the output format of the fields is perfectly alright( As i have already checked in the peek). Also, as a second exercise I have replaced the column names with the output values of the peek stage and Still the job goe...
by hitmanthesilentassasin
Sun Jun 15, 2008 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is it possible to view DB2 query?
Replies: 6
Views: 1428

Well, these are the stops i have already executed. just before the db2 stage i split the data and routed to seek stage and captured the output. Now i substitue the column values derived after transformations into the query and run it from the DB2 prompt - Bang! It works like a charm. at the same tim...
by hitmanthesilentassasin
Sat Jun 14, 2008 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is it possible to view DB2 query?
Replies: 6
Views: 1428

is it possible to view DB2 query?

Hi, when i am trying to run the update command in db2udb enterprise stage i am getting the below error. But for sure i know that there exists rows in the target table matching the where condition. the error i get is sqlcode=100, state=HY000, message=[IBM][CLI Driver][DB2/AIX64] SQL0100W No row was f...
by hitmanthesilentassasin
Tue May 27, 2008 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calculate week number(ISO FORMAT) of a given date
Replies: 0
Views: 1069

Calculate week number(ISO FORMAT) of a given date

Hi,

Can some one tell me how to Calculate week number(ISO FORMAT) of a given date considering thursday as the start of the week?

Thanks,
Waseem
by hitmanthesilentassasin
Fri Mar 21, 2008 10:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Should i Repartition or Not?
Replies: 5
Views: 1584

Hi All,

Thanks a lot for the answers. :D

Regards,
Waseem
by hitmanthesilentassasin
Fri Mar 21, 2008 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Should i Repartition or Not?
Replies: 5
Views: 1584

Should i Repartition or Not?

Hi Experts, 1. What I understand for the sort stage is that the pipe line parallelism is restricted while using sort stage. Would it be of any help if i go for hash partitioning in the sort stage? 2. I have a series of join stages one followed by another. I have sorted the data and hash partitioned ...
by hitmanthesilentassasin
Thu Mar 20, 2008 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import meta data from different tables?
Replies: 3
Views: 1474

Import meta data from different tables?

Hi,

Is it possible to define the column structure(meta data) in a file and then import it? if it is possible, then what is the structure of the file should be and how do i import that?


Thanks,
Waseem
by hitmanthesilentassasin
Thu Feb 21, 2008 11:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoid Cartesian Products
Replies: 7
Views: 1978

Thanks for the replies. It seems I am not sure in my first post.
by hitmanthesilentassasin
Thu Feb 21, 2008 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoid Cartesian Products
Replies: 7
Views: 1978

It can neither be positional nor on both the keys. One way is to join on the first key and then filter out the data but by doing so i would have the cartesian product created and then the data would be filtered out. So, I want to avoid the cartesian product.