Search found 6797 matches

by DSguru2B
Wed Mar 14, 2007 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to view data in datastage with EBCIDIC file
Replies: 7
Views: 4376

If your truely on PX then in sequential file stage, under format tab, you have Type defaults. Under type defaults you have String. String has a property Export EBCDIC as ASCII. Look into that. This property will enable you to read a binary file via sequential file stage.
by DSguru2B
Wed Mar 14, 2007 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Export a job which has a message handler.
Replies: 15
Views: 5308

Inside your project folder, where you have &PH& and &COMO& folders, you will have another file by the name DSParams. Kumar is referring to that folder.
by DSguru2B
Wed Mar 14, 2007 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable "APT_AUTO_TRANSPORT_BLOCK_SIZE" missing
Replies: 14
Views: 6897

just4geeks wrote:
DSguru2B wrote:What happens when you remove the -wait and just put -jobstatus?


Yeah, it worked.

Is that what your looking for Ray ji ? :roll:
by DSguru2B
Wed Mar 14, 2007 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call DSGetLinkInfo from a trigger
Replies: 19
Views: 7422

ewu wrote:It worked. Trailing space is causing the problem. Thanks a bunch to all of you.

Kinda figured. When everthing looks perfect and stuff dont work, go back to basics :wink:
Time to mark your post as "Resolved".
by DSguru2B
Wed Mar 14, 2007 8:00 am
Forum: General
Topic: Calculating top vaues
Replies: 33
Views: 8467

The routine I posted hereruns getCMD on UV which is sql on a hashed file. I even gave a full description. If thats hard to follow,then as Craig advised, load your file in a work table and do the sql and get done with it.
by DSguru2B
Wed Mar 14, 2007 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slowly changing Dimensions
Replies: 20
Views: 4648

Thats why Craig is my mentor :wink:
by DSguru2B
Wed Mar 14, 2007 7:28 am
Forum: General
Topic: Calculating top vaues
Replies: 33
Views: 8467

On hashed file. How you are doing for median in the routine.
by DSguru2B
Wed Mar 14, 2007 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Month end date
Replies: 14
Views: 5334

Make sure you have 2 digit month. I explained this in your other post.
by DSguru2B
Wed Mar 14, 2007 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slowly changing Dimensions
Replies: 20
Views: 4648

Thanks for the encouraging words Craig. Nice to see you mention my name although I, really am, the new kid on the block. Kim, I absolutely agree with Ken and his methodology, infact, I am always waiting for his long answers, for I think , each line in the para holds tremendous amount of insight and ...
by DSguru2B
Wed Mar 14, 2007 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to rollback the job imported toa project
Replies: 3
Views: 1024

Use version control. If not, then keep exported copies of working, finalized jobs. And some would say, find the person who did it and kill 'em. :wink:
by DSguru2B
Wed Mar 14, 2007 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to find out the difference between two similar jobs
Replies: 4
Views: 1507

The technical manager in one of the teams at my current site was talking highly about this feature. He was very impressed.
Coming back to the original topic, for now, your stuck to a command line diff or a comparing tool.
by DSguru2B
Wed Mar 14, 2007 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status of DS JObs
Replies: 18
Views: 7804

-report is as good as the jobinfo but gives much more details then the jobinfo. It has got three return values as jobinfo 1 - finished OK 2 - finished with Warnings 3- Aborted. 99- Job not running. I understand if the stats of 1-3 indicates that the job is in executable form, that implies that it i...
by DSguru2B
Wed Mar 14, 2007 6:15 am
Forum: General
Topic: Calculating top vaues
Replies: 33
Views: 8467

Or load it in a hashed file, the duplicates will be eliminated by itself. Use the sql to get the particular column in sorted format, then do your count and top 10 percent calculation.
by DSguru2B
Wed Mar 14, 2007 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversation
Replies: 17
Views: 4580

O yea. I , also forgot to mention, you dont need to change integer to string in order to concatenate it. The DecimalToString() was the culprit. Get rid of it and you will be fine. If you noticed, I did the same for the second piece.
by DSguru2B
Tue Mar 13, 2007 9:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Director
Replies: 9
Views: 2251

Time to mark your post as "Resolved" then :)