Search found 42189 matches

by chulett
Tue Jan 24, 2012 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read a network request and response file
Replies: 37
Views: 7283

Define what "read" means here. What exactly do you need to do with this file?
by chulett
Tue Jan 24, 2012 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: search for a specific string
Replies: 1
Views: 779

Several ways. What have you tried? One way would be to substring off the first two characters and check them, possibly in a constraint: YourField[1,2] = 'zz'

You could also look into the Filter stage.
by chulett
Tue Jan 24, 2012 7:55 am
Forum: General
Topic: Number of Projects/Jobs
Replies: 17
Views: 6676

what is the difference between ./ and . ./ ? One works and one doesn't? :wink: The first just executes it which means it creates an environment, sets the variables in it and then exits, destroying the variables. The second does much the same but the variables are created in your current environment...
by chulett
Tue Jan 24, 2012 7:48 am
Forum: General
Topic: Count Jobs in a project (Parallel, Server, Sequencer)
Replies: 8
Views: 5636

DS_JOBS stores the job type in a field called JOBTYPEIND from what I recall so you shouldn't need to rely on a naming convention. Search the forums for the various values and caveats on its use.
by chulett
Mon Jan 23, 2012 4:39 pm
Forum: General
Topic: Extract the datepart from the filename
Replies: 15
Views: 4088

pandeesh wrote:Yes..we can use Matchfield () in a job sequence
Right, we know. :wink:
by chulett
Mon Jan 23, 2012 4:23 pm
Forum: General
Topic: Extract the datepart from the filename
Replies: 15
Views: 4088

We're not discussing Parallel jobs here but rather Sequence jobs and/or BASIC routine code.
by chulett
Mon Jan 23, 2012 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Rows into one single row, comma seperated.
Replies: 9
Views: 7024

iHijazi wrote:I must say that ankesh solution worked like a charm, thanks buddy!! Simple and straightforward :)
marpadga18 - if that's not enough to help, please start your own topic and let us know what problem you are trying to solve and what issues you are having...
by chulett
Mon Jan 23, 2012 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Realtime usage of ACCOUNT BASED HASH FILE
Replies: 16
Views: 5017

By account-based, I would think that means the hashed file will live in the default location of the DataStage project directory that it's created in (UV account = DS project). Yes, and automatically have a VOC record associated with it. Best Practice is to avoid that as much as possible as filling ...
by chulett
Mon Jan 23, 2012 1:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Realtime usage of ACCOUNT BASED HASH FILE
Replies: 16
Views: 5017

Ken Bland used to hang out here and post all kinds of interesting information. For example, check out this post and especially the other post linked to in the first reply from Ken.
by chulett
Mon Jan 23, 2012 10:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User privileges for running parallel jobs
Replies: 5
Views: 1240

What is the "this folder" that you are looking for?
by chulett
Mon Jan 23, 2012 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Problem in Datastage
Replies: 8
Views: 3446

There's no way for it to change one query into another like that. I'd suggest you really check that you are seeing what you think you are seeing. Is that logged query from an older run with an initial version of the query? Are you in fact looking at the correct job's log? Try right clicking on the S...
by chulett
Mon Jan 23, 2012 10:50 am
Forum: Site/Forum
Topic: New link for DATASTAGE ADMIN QUESTIONS
Replies: 2
Views: 3811

Now you are in the proper forum for suggestions of this nature.

I don't see adding another forum, people have a hard enough time putting things in "the right place" as it is. As of now, adminstration discussions go in the General forum.
by chulett
Mon Jan 23, 2012 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Surrogate Keys
Replies: 1
Views: 795

Use a Surrogate Key Generator stage for the number itself, afterwards pad it with zeroes to the size you need and concatenate a "Z" on the front.
by chulett
Mon Jan 23, 2012 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Realtime usage of ACCOUNT BASED HASH FILE
Replies: 16
Views: 5017

That's ok... it's just that "real time" has some connotations that I didn't think you meant to bring to the table.