Search found 6797 matches

by DSguru2B
Thu Jan 25, 2007 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unkown result in the output of a routine which use SETFILE
Replies: 15
Views: 4682

Rajiivnb, use this routine instead and see what results you get. It works at my end Cmd = 'SETFILE ' : hshdflpth : ' ' : 'hsdfile' :' OVERWRITING ' PERFORM Cmd PERFORM 'COUNT ' : 'hsdfile' Ans = @SYSTEM.RETURN.CODE @SYSTEM.RETURN.CODE = 0 All i did was to add "@SYSTEM.RETURN.CODE = 0" at the end to ...
by DSguru2B
Thu Jan 25, 2007 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Stage in Windows
Replies: 11
Views: 4512

These are not C routines. These are Orchestrate C++ API's. :?
by DSguru2B
Thu Jan 25, 2007 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use DSJOB to search in director log
Replies: 13
Views: 5943

There is no type as "Control". The valid options are "INFO | WARNING | FATAL | REJECT | STARTED | RESET | BATCH".
by DSguru2B
Thu Jan 25, 2007 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SetUserStatus()
Replies: 3
Views: 3737

Its not there. Search for DSSetUserStatus() in DataStage help index. Also for DSGetJobInfo().
by DSguru2B
Thu Jan 25, 2007 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unkown result in the output of a routine which use SETFILE
Replies: 15
Views: 4682

And I was correct in my hunch. I ran a CLEAR.FILE before running the Cmd in the OP's routine. It returned zero with "Test Completed" message. :D
They did'nt change the test bed, atleast we know that for sure.
by DSguru2B
Thu Jan 25, 2007 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unkown result in the output of a routine which use SETFILE
Replies: 15
Views: 4682

Or possible the hashed file in one environment is empty.
by DSguru2B
Thu Jan 25, 2007 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issues with Sequences
Replies: 13
Views: 2393

And the third one is not for all, right :?:
by DSguru2B
Thu Jan 25, 2007 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unkown result in the output of a routine which use SETFILE
Replies: 15
Views: 4682

Very useful information Ray. Very useful. I was breaking my head trying to get to the bottom of this.
I still dont get one thing, how come it works in one environment for the OP and not in another :roll: ?
by DSguru2B
Thu Jan 25, 2007 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issues with Sequences
Replies: 13
Views: 2393

You remember stuff from nineteen mumble mumble :shock:
by DSguru2B
Thu Jan 25, 2007 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove duplicate keys
Replies: 14
Views: 3878

narasimha wrote:If you had made that offer before, you would have got a quicker solution. Just kiddin :wink:

101 % :P
by DSguru2B
Thu Jan 25, 2007 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove duplicate keys
Replies: 14
Views: 3878

Your most welcome :P
by DSguru2B
Thu Jan 25, 2007 2:46 pm
Forum: General
Topic: Regarding parameters
Replies: 15
Views: 6147

Parameter pompt can be as meaningful as you want. Heck you can write a short story there. When you run your job from designer or director, it will pull up the prompt and not the actual parameter name. So make sure you have meaningful entry in the prompt. When jobs are run from command line or schedu...
by DSguru2B
Thu Jan 25, 2007 2:33 pm
Forum: General
Topic: NUMBER data types
Replies: 6
Views: 2709

I say stick to decimal. If you want the "after decimal digits" to be preserved after a mathamatical operation, you dont have to use FMT and ICONV/OCONV functions to maintain its format.
by DSguru2B
Thu Jan 25, 2007 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Populating A user defined enviroment variable TIMESTAMP Data
Replies: 17
Views: 4192

I havent heard of any command line tool. DataStage admin is kinda like that tool. But the thing is you have to go to individual project, in your case 150+, and change it there. You can create a script of your own that does this for you. You can make the DSParams backup and rename the original one, c...
by DSguru2B
Thu Jan 25, 2007 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fact to Fact
Replies: 8
Views: 2103

Re: Fact to Fact

santoshkumar wrote:Am I commiting suicide !!


Not if your fact tables are in tera bytes :wink: