Search found 500 matches

by ag_ram
Tue Jun 17, 2008 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Number
Replies: 27
Views: 10548

As said by ArndW, you can come to know the Job no by LIST command as well,

Code: Select all

LIST JOBNO DS_JOBS WITH NAME='<jobname>'


Please correct the SQL, ArndW.
by ag_ram
Mon Jun 16, 2008 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Number
Replies: 27
Views: 10548

Correct chulett. So... your question was some kind of a quiz? What the frak was the point of that? :evil: If you knew the answer, just post it as a clarification. If you didn't, say "Thanks" and move on. I didnt know the answer before. So I just did what you told me to do. Everything happ...
by ag_ram
Mon Jun 16, 2008 3:18 am
Forum: General
Topic: DataStage Backup and Recovery from Server
Replies: 21
Views: 20490

kduke, I initially searched a good answer for the questions i raised when replying to your initial post but unfortunately they seem to be not found. Your exposure in UniVerse and tactics in DataStage upgradation look good as expected as you are always, and there is a known statement that you were al...
by ag_ram
Mon Jun 16, 2008 1:40 am
Forum: General
Topic: DataStage Backup and Recovery from Server
Replies: 21
Views: 20490

ArndW, I immensely request you not to delibrately take my first or further posts as a piece of advice to the man who knows how to smell the goodness of each cell in all the way as being with UniVerse more than twenty years. We(especilaly, I) contribute my whole respect to you for being an expert in ...
by ag_ram
Mon Jun 16, 2008 1:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Number
Replies: 27
Views: 10548

ArndW, 1. Would you like to let me correct myself the SQL i gave if i just intended to italic the job name in the code section. 2. Did you note that chulett has also recommended that way? Was he also wrong recommending to use undocumented tables? 3. Would you like to advise me where to look at Job n...
by ag_ram
Sun Jun 15, 2008 11:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Number
Replies: 27
Views: 10548

Correct chulett.

The Job no of a particular Job is changed only when the Job which has same Job name, gets imported into that project.

Author - you may use this SQL

Code: Select all

SELECT JOBNO FROM DS_JOBS WHERE NAME like '%[i]Jobname[/i]'
by ag_ram
Sun Jun 15, 2008 10:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Number
Replies: 27
Views: 10548

chulett - I do pose a query regarding your statement, though which seems to be offtopic. ...which can change over the lifetime of the job. I am very keen to have a clarification for this statement. What causes the Job no changed over the lifetime of Job and how it happens internally? Please clarify ...
by ag_ram
Sun Jun 15, 2008 9:11 am
Forum: General
Topic: Datastage Installation in laptop
Replies: 15
Views: 7169

But I am unable to connect.
What DataStage tells you as error message?
by ag_ram
Sun Jun 15, 2008 9:03 am
Forum: General
Topic: DataStage Backup and Recovery from Server
Replies: 21
Views: 20490

ArndW, The question you just bring in, could be the first question from you in this thread as doubting that how this solution would be a comfortable method of doing back up and restore process to a lay man who does not care about the DataStage internals at any point of time. The underlying statement...
by ag_ram
Sun Jun 15, 2008 6:32 am
Forum: General
Topic: DataStage Backup and Recovery from Server
Replies: 21
Views: 20490

kduke, Thanks for your comments. I have been using Universe since 1986 and I would never do any of this Here and now my first question would be 'Could you provide me any valid reason for the question that why didn't you involve yourself in these UniVerse commandsin your more than 20 years of experie...
by ag_ram
Sun Jun 15, 2008 4:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row Splitter vs Transformer with FIELD function
Replies: 7
Views: 3234

Thanks chulett and ray.wurlod for sharing your personal preference.
by ag_ram
Sun Jun 15, 2008 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: disk space using by datastage
Replies: 10
Views: 4796

would you allow me to take a chance to complete your statement with pleasure as -

"Most of the disk space used in Server jobs is in the project directory, unless the developers have chosen another path in the target file Stages."
by ag_ram
Sat Jun 14, 2008 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise Stage with Transformer Stage
Replies: 14
Views: 3345

You are entitled to your opinion. I, on the other hand, rejoice in having a sense of humour. Let me render a high respect to you by having given a humorous gesture. And would like to ask you a question - Would be able to provide a valid reason for my statements being consiered as superfluous since ...
by ag_ram
Sat Jun 14, 2008 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deleting a job
Replies: 10
Views: 3601

OK ArndW, Not true in this case because all the RT_xxxnnn hashed files share common file dictionaries. Because the dictionary name does not correspond to the VOC entry name, the VOC entry is not deleted, instead the data file pathname (field #2) is set to nothing, as per the message. These entries w...
by ag_ram
Sat Jun 14, 2008 1:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: disk space using by datastage
Replies: 10
Views: 4796

Most of the disk space used in Server jobs is in the project directory I still do pose one more query for a better understanding of your Statement as it seems to be new to me here. [I am not afraid to create a new thread, though] 1. If the disk space occupied by Server Job is not mainly concerned w...