Search found 95 matches

by djoni
Tue Apr 11, 2006 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: version control numbering
Replies: 6
Views: 1783

Understood and thanks. But you have not given any idea as I asked. Anything further, please? djoni The major number reflects the version of DataStage. The minor number is the number of times the component has been released/promoted. The point number is yours to do with as you wish. If the point ...
by djoni
Mon Apr 10, 2006 12:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: version control numbering
Replies: 6
Views: 1783

version control numbering

Can anybody who has used Version Control give me an idea with respect to the release numbering, what changes should be considered as minor and what major?
Thanks, djoni
by djoni
Wed Apr 05, 2006 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $ char in my oracle user id/schema
Replies: 4
Views: 1222

Re: $ char in my oracle user id/schema

I got the answer from IBM support: enclosed this kind of Oracle user id with single quotes. They said it would be fixed in the next release. djoni I have a $ char in my Oracle user id/schema, DS$DJONI, and have not been able to connect to my Oracle database. I have no problem using any of other user...
by djoni
Tue Apr 04, 2006 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $ char in my oracle user id/schema
Replies: 4
Views: 1222

I recall reading something about this in the manual. Don't have access to DataStage this week, but I'd hazard the guess that it's the Parallel Job Developer's Guide , and the chapter on the Oracle Enterprise stage. The same problem can arise with DB2. Both "#" and "$" can be tro...
by djoni
Mon Apr 03, 2006 12:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $ char in my oracle user id/schema
Replies: 4
Views: 1222

$ char in my oracle user id/schema

I have a $ char in my Oracle user id/schema, DS$DJONI, and have not been able to connect to my Oracle database. I have no problem using any of other user id/schema's that do not have $ char.

How can I resolve (I have to use the DS$DJONI) ?

djoni
by djoni
Thu Mar 02, 2006 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing parameter values
Replies: 7
Views: 2719

No, there isnt any inbuilt parameter file for dsjob. Instead you need to create of your own logic and need to prepare code(Shell script) to read the parameter file and pass the values to the dsjob commands. I would really appreciate it if you could email me a sample script darmawd@thedominion.ca Ma...
by djoni
Tue Feb 28, 2006 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing parameter values
Replies: 7
Views: 2719

You can maintain a parameter file which hold all the necessary dynamic parameter. And it can be passed to -param in dsjobs. You can refresh the parameter file for every run as you wish. This is great news! But, what will be the content of the parameter file? parameter name and value pairs? Format? ...
by djoni
Thu Feb 23, 2006 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing parameter values
Replies: 7
Views: 2719

tardifma wrote:Hi djoni.


dsjob -run -param param_name=param_value -param param_name=param_value... -wait project_name sequencer

hope it helps
Thanks "The Brute". But, this mean we hardcode the paramater values in the dsjob, doesn't it?

djoni
by djoni
Wed Feb 22, 2006 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing parameter values
Replies: 7
Views: 2719

passing parameter values

How do we pass parameter values to a job at run time?
(not manually keying the values, no defaults)
by djoni
Tue Feb 14, 2006 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where is job log stored?
Replies: 8
Views: 2670

ray.wurlod wrote:It's also in the Parallel Job Developer's Guide, which you are more likely to have open if you're designing parallel jobs.
Even better. But, I guess you meant Parallel Job ADVANCED Developer's Guide.
by djoni
Tue Feb 14, 2006 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Interations Methodology CDROM
Replies: 1
Views: 867

Interations Methodology CDROM

Does the Interations Methodology CDROM come with the DataStage EE software CDROM's?
djoni
by djoni
Tue Feb 14, 2006 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job stored in version control?
Replies: 2
Views: 890

Yes it does stores in version control project. When you initialise a job using version control a copy of the job gets stored inside your Version Control Project. While promoting you only select objects which are already stored in your version control project. Regards Yes. I tested. I works as you d...
by djoni
Tue Feb 14, 2006 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where is job log stored?
Replies: 8
Views: 2670

g_rkrish wrote:
djoni wrote: Yes. I have seen the log in the Director. Thanks.

Which manuals cover dsjob?

The Server Programming guide has the info about dsjob

Thanks,
RK

Yes! I found it. Thank you. It's in the Server Job Developer's Guide, Chapter 19 starting page 139, Section 'Command Line Interface'.
djoni
by djoni
Thu Feb 09, 2006 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where is job log stored?
Replies: 8
Views: 2670

Job logs are not stored as UNIX files; they are part of UniVerse hashed tables. Access to the log information is through the visual information presented in the Director, using a routine such as the DSGetLogInfo() call in BASIC or through the UNIX command "dsjob", which has several option...
by djoni
Thu Feb 09, 2006 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job stored in version control?
Replies: 2
Views: 890

job stored in version control?

when I initialize a job, does it get stored in its version control project?
How about promote?