Search found 30 matches

by sachinkc
Wed Apr 06, 2005 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading stage variable in another stage
Replies: 6
Views: 3649

Re: reading stage variable in another stage

Store the o/p of xfmA in some temp file (which includes the value of xfmA Stage var), read it along with xfmA Stage var in xfmB. - Sachin Thanks Ray , Sachin: I was trying to assign a job variable in transformerA and use it in another transformerB which is not downstream to this stage. But I am sure...
by sachinkc
Wed Apr 06, 2005 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading stage variable in another stage
Replies: 6
Views: 3649

Re: reading stage variable in another stage

You can't. Stage variable stays in the Stage.

Ray's method is a good way. You can concatenate (with ":") any other value to it and propogate it downstream too.

- Sachin
by sachinkc
Wed Apr 06, 2005 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ascential DataStage Enterprise Edition trianing at Ascential
Replies: 10
Views: 5283

Re: Ascential DataStage Enterprise Edition trianing at Ascen

Not sure if Ascential gives any certification on their products yet. Please some one correct me if I am wrong (apart from Mercator\TX may be). - Sachin Hi, Can anyone let me know the best way to get trained in Ascential DataStage Enterprise Edition. I have looked at Ascentials course, looks good but...
by sachinkc
Tue Apr 05, 2005 8:18 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Need for DS TX
Replies: 10
Views: 8578

Re: Need for DS TX

DataStage PX is designed more from ETL point of view, while TX is mainly for converting data. Although, TX has interfaces setup for various systems, it cannot take care of data partitioning as effeciently as in PX, and not sure if TX can take care of bulk loads into databases too. PX is designed to ...
by sachinkc
Mon Apr 04, 2005 4:29 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: DataStage TX UNIX Command Line Call Return Codes
Replies: 2
Views: 3865

Re: DataStage TX UNIX Command Line Call Return Codes

Its in the documentation. But It can also return the output of your script program that ran, so don't get confused with that. - Sachin When I make a Mercator cmd line call in unix I get back various return codes depending upon the error - does anybody have a map of Error Codes to Error Descriptions?
by sachinkc
Mon Apr 04, 2005 4:15 pm
Forum: IBM QualityStage
Topic: Calling QS jobs via Autosys
Replies: 2
Views: 3512

Re: Calling QS jobs via Autosys

Yes. Depending on your OS, a run pofile script will be needed to do this.

- Sachin
netboyks wrote:Hi All,
We are in the process of installing QS. I want to know if we can call QS jobs via autosys without a datastage job.
Thanks
Netboyks
by sachinkc
Fri Apr 01, 2005 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation or reset
Replies: 3
Views: 3280

Re: compilation or reset

You can use dsjob from OS console to do a RESET of the jobs so that they are in runnable state, but I'm not sure about compiling them from OS (without writing heavy code). Haven't done that through a routine yet, so can't answer that one for you. - Sachin How can we do to compile all jobs ( i have s...
by sachinkc
Wed Mar 30, 2005 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment variables
Replies: 10
Views: 5006

Re: Environment variables

Have them read from read-only file (permission to read by PROD usr group) - Sachin Hi all, I would like to know , how can i make project environment variables encrypted like such as oracle password and use them as finally job parameters. i mean project environment variable used as job parameters. Ca...
by sachinkc
Fri Mar 25, 2005 1:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number Validation
Replies: 2
Views: 1753

Re: Number Validation

1. Read it as varchar 2. Use the transformer to parse the numeric value\ validate it as you want 3. Send the output link to be processed to your "real" ETL 4. Read the BASIC pdf file that came with DataStage installation to help you with the routines\conditional statements Or search the DS...
by sachinkc
Fri Mar 25, 2005 1:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What if the File Formats changes
Replies: 4
Views: 2488

I think someone will definately need atleast the field in the database table to which the column (85th or 95th) will go to, to figure out how to read the inbound data. May be you can try to see how they were fetching all the columns in their fields before they got DataStage and probably try to use t...
by sachinkc
Thu Mar 24, 2005 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wait for a file
Replies: 10
Views: 5919

Re: wait for a file

peace :) Roy, The problem is reliability, and the production support. Not all production support guys will know DataStage, but many will feel comfortable with the OS commands. Ofcourse, the DataStage consultant is expected to go in and out of DataStage judiciously while creating ETL. I'm talking abo...
by sachinkc
Thu Mar 24, 2005 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wait for a file
Replies: 10
Views: 5919

Re: wait for a file

Roy, The problem is reliability, and the production support. Not all production support guys will know DataStage, but many will feel comfortable with the OS commands. Ofcourse, the DataStage consultant is expected to go in and out of DataStage judiciously while creating ETL. I'm talking about the ra...
by sachinkc
Thu Mar 24, 2005 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to ftp more than one file using FTP Stage
Replies: 5
Views: 3906

Re: Trying to ftp more than one file using FTP Stage

DS should be used to make things easy and streamlined that you cannot otherwise. If using DS will make it more complex, try not to use it, unless your boss insists. I would go for OS level ftp, as its reliable, efficient and easy to use and change. I've not used FTPStage myself though, so I'm sorry ...
by sachinkc
Wed Mar 23, 2005 11:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: wait for a file
Replies: 10
Views: 5919

Re: wait for a file

Why don't you write a shell script to get this done? Why unnecessarily have an additional DataStage layer. Get a cronjob to run teh script every 4 hours. Move the files (based on any criteria that you might have) to another directory from where DS can fetch it. Move the rest of the files (if any) to...
by sachinkc
Fri Mar 18, 2005 9:45 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Details Mercator Execution flow
Replies: 5
Views: 4647

You might be confusing it with the ETL version. They are two different species sent to this earth by the same Ascential (now probably IBM) God. There is no repository database against which it checks, the "database" is that particular map file which you are trying to run\test. Used for Any...