Search found 459 matches

by Minhajuddin
Thu Oct 02, 2008 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record count
Replies: 5
Views: 4025

This can be easily accomplished by writing a basic routine which counts the number of records on a *link* attached to a *stage* in a particular *job*. However, keep in mind that it is best to run this routine after the job which does the loading. As for the routine you can find plenty of them on thi...
by Minhajuddin
Mon Jul 14, 2008 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does Partitioning work for more than 1 job
Replies: 6
Views: 3158

Do you have 2 datasets or are you appending one dataset to the other?
If you have 2 datasets which are not being appended you will have all the same keys in the same partitions.
by Minhajuddin
Wed Jul 02, 2008 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: check for file existence
Replies: 7
Views: 3886

When you say you are returning "1" do you mean you have an "exit 1" in your script? If so, this behavior is expected. You see, if the script exits with a status other than 0 (0 for success) it signifies an error. That's the reason your sequence is throwing up a warning. Try chang...
by Minhajuddin
Wed Jul 02, 2008 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find String
Replies: 3
Views: 2727

The 'Field' function should be able to do this. I don't remember the syntax, But it has the delimiter, the field number and the input string as its arguments.

Field(ip.string,'.',1)
by Minhajuddin
Mon Jun 23, 2008 12:15 pm
Forum: General
Topic: dsSurfer:An open source tool to make a few things in DS easy
Replies: 1
Views: 2063

I have posted the final requirements for the tool dsSurfer. I'll put up the screenshots of the UI once I am done with it (Hopefully by 06/25/2008).

Hoping to receive your continuous support :D
by Minhajuddin
Sun Jun 22, 2008 11:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Warning
Replies: 4
Views: 3992

This warning says that Datastage encountered a hex code which has no definition in the code page being used (ISO - 8859-1 in your case). If I were you, I would find out the hex codes not defined in this code page (Search wikipedia for ISO-8859-1) and search for them in my source and then find the so...
by Minhajuddin
Sun Jun 22, 2008 11:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating schema file
Replies: 10
Views: 5789

Create a table definition with the columns for which you want to create a schema file(Or import it from oracle). Open the layout tab in the table definition and click on the "parallel" radio button. This will give you the schema of that table definition. You can copy this and put in a text...
by Minhajuddin
Thu Jun 19, 2008 9:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: updating in wuery in Orcae stage
Replies: 2
Views: 2609

samad, DSXchange is a site run by volunteers for free. And people here make sure that they do *not* answer urgent questions. I see that this is your first post, Welcome to DSXchange :D But don't put any "urgent" requests in the future. Have you pasted the exact query used in the job? 'caus...
by Minhajuddin
Wed Jun 18, 2008 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Re-generating sequence numbers within list
Replies: 7
Views: 4028

You can declare a stage variable in a transformer after your sort stage which can be used as a counter. Input=====>sort===============>Transformer=========>output (create key change (Use the stageVar given on state) below to generate counts) counterVariable==> if not(ip.keyChange) then (counterVaria...
by Minhajuddin
Wed Jun 18, 2008 11:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Evironmental Variable in DS Transformer
Replies: 2
Views: 2073

Search the forum, this has been discussed many times, You can use a function called GetEnvironment() (if I remember correctly) to get the values of environment variables in a Transformer.
by Minhajuddin
Wed Jun 18, 2008 2:12 pm
Forum: General
Topic: dsSurfer:An open source tool to make a few things in DS easy
Replies: 1
Views: 2063

dsSurfer:An open source tool to make a few things in DS easy

Hi all, I have started working on an open source tool which would make a few things easier for the datastage developer. Some of the things which I am planning to incorporate in this utility: Creation of job reports Schedule of backups Launching of datastage client components I am going to document e...
by Minhajuddin
Wed Jun 18, 2008 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looukp reading 1 row at a time
Replies: 12
Views: 7493

I change to sequential, but obtain the same result. The sql query is select 1 as ind, seq.nextvl from dual; I use the ind = 1, to match with the lookup records. You can't drag and drop the key in the lookup stage when you are using a Sparse lookup. So something is wrong with your job. Now All you h...
by Minhajuddin
Tue Jun 17, 2008 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looukp reading 1 row at a time
Replies: 12
Views: 7493

What is the query with which you are retrieving this nextval?

select seq.nextval from dual?
by Minhajuddin
Tue Jun 17, 2008 8:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Treat same files
Replies: 8
Views: 4443

Hijacking threads is not encouraged in DSXchange. Please post your questions in a new post. Now for your problem, In your sequential file stage, can change the read property to "File Pattern" and then in the "File Pattern" property you can give your file pattern and then read all...
by Minhajuddin
Tue Jun 17, 2008 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01017: invalid username/password: Logon denied
Replies: 5
Views: 5893

Have you added the DSN in your datasources. You can check that in:

start==>control panel==>administrative tools ==>Data sources