Search found 38 matches

by dsnovice
Wed Oct 31, 2007 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage
Replies: 13
Views: 26798

use one stage variable to find out how many spaces are there in Full Name(how many words) using the count function

then you can use Field function accordingly
by dsnovice
Wed Oct 31, 2007 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Env Variables in Transformer
Replies: 8
Views: 1955

You can insert Env variable. $ENV_VARIABLE there are no '#' . there must be some other error, like a missing ':'.

thank you,
by dsnovice
Tue Oct 30, 2007 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Count
Replies: 25
Views: 13015

The routines DSGetJobInfo(), DSGetLinkInfo() and DSGetStageInfo() are data stage given routines. these are much better way to get information. and they will not hinder performance. This is kind of a standard practice in most places. One way of implementing this is to use a multiple instance job with...
by dsnovice
Tue Oct 30, 2007 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running the same job multiple times
Replies: 3
Views: 2271

Make the update job a multiple instance job. And you can call the job with instance name as the sequence name. If Sequence a is calling it then the update job will be updatejob.a at the same time updatejob.b can run. you dont have to worry about scheduling
by dsnovice
Wed Aug 09, 2006 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: phantom printer segments
Replies: 3
Views: 2112

62962 dsadm 2574 2573 0 Jul 14 ? 0:12 dsapi_slave 8 7 0 46727 dsadm 18809 18808 0 Jul 06 ? 0:02 dsapi_slave 8 7 0 dsapi_slave 8 7 0 usually refers to client application like Director or Designer that are open. As these client applications constantly chat with the server to report any changes or upda...
by dsnovice
Tue Jul 25, 2006 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using MONTH.TAG in the Transformer Stage
Replies: 1
Views: 670

I would try Oconv(Iconv(%Arg%,"D-YMD"),"D-YM[4,2]") .

IHTH,

Novice
by dsnovice
Wed Jul 05, 2006 11:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GRANT DROP priviledges to other users on localuv tables
Replies: 4
Views: 1755

Hi ken, My associate tried the following command > GRANT SELECT,INSERT,UPDATE,DELETE,DROP ON Hsh_ECRM_CON_ACCT TO User1211; and he got "DataStage/SQL: DROP unexpected" how ever he is able to assign other priviledges like select, insert, update,delete on UV table. by the following command G...
by dsnovice
Wed Jul 05, 2006 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: USING SEQUENCER's
Replies: 3
Views: 1573

Please go through the Serve Guide as Sequencer is still a server component. Basically you can select the Jobs from your repository and drop it on the SEQUENCE template. Then Connect these two jobs with the link starting from the First job you want to run and ending at the second job. Then you can go...
by dsnovice
Wed Jul 05, 2006 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GRANT DROP priviledges to other users on localuv tables
Replies: 4
Views: 1755

GRANT DROP priviledges to other users on localuv tables

*****FileSjob..XFORM_MERGE: |*****FileSjob..UV_MERGED_FILE.inMerge: DSD.BCIOpenW call to SQLExecDirect failed. DROP TABLE "Hsh_ECRM_CON_ACCT" SQLSTATE=42000, DBMS.CODE=950563 [DataStage][SQL Client][UNIVERSE]DataStage/SQL: You don't have enough privileges to DROP "Hsh_ECRM_CON_ACCT&qu...
by dsnovice
Wed Jun 28, 2006 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open csv file format
Replies: 22
Views: 12860

If the incoming excel file has only one sheet, no extra blank sheets and there are no special formatting. Then, you might be able to open it using sql file stage with delimiter as 009 (tab). Some times you would have to specify the file format as Dos if your ftp process doesnt take care of convertin...
by dsnovice
Fri Apr 28, 2006 2:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters on Execute Command Activity in a Sequence
Replies: 8
Views: 4481

Kim, All the SQL you gave me worked properly, I just had to customise it for my environment. Initially I used the index sql to find the index number it turned out to be 12, hence the 12 th field of record holds the parameters of Execute command. Then I used the below sql in uvsh prompt to extract th...
by dsnovice
Thu Apr 27, 2006 11:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters on Execute Command Activity in a Sequence
Replies: 8
Views: 4481

Kim,

Thank you for the codes I will publish my methods and approach at the earliest.

thank you,

a novice
by dsnovice
Thu Apr 27, 2006 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters on Execute Command Activity in a Sequence
Replies: 8
Views: 4481

Ray, neither the done files nor the wait for files are parameterized. it is a good suggestion we will implement it in the future. Kim - Will your DwNav will be able to provide this info? I noticed you and Ray are the top posters when it comes to hacking the backend of DataStage. I tried extracting i...
by dsnovice
Wed Apr 26, 2006 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters on Execute Command Activity in a Sequence
Replies: 8
Views: 4481

Parameters on Execute Command Activity in a Sequence

Hello, In the Job sequence level we use Excecute Command to create done files. These done files act as check points for other sequences by the wait for file activity. Our problem is we have lot of sequences and cross reference of the file, now we want to compile a list of done files created by each ...
by dsnovice
Fri Apr 07, 2006 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation Error
Replies: 6
Views: 1954

Ray,

I tried to replicate the error - I was unsuccessful. I guess its one of those blue moon errors. I will definetly put full details of the error if it occours again.

Thank you,

novice