Search found 70 matches

by dsrules
Mon Aug 08, 2005 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic User Defined Query
Replies: 2
Views: 1179

Dynamic User Defined Query

Hi,
We need to pass 2 column values from a Seq Stage to a User defined Query in ODBC lookup Stage ( the Number of rows concerned is less ). We are doing a MAX on a column's value in the query.
How can we do it ?

Thanks

dsrules
by dsrules
Mon Aug 08, 2005 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filling Gaps in tables
Replies: 4
Views: 1766

Thanks Kim. We are using Stage Variables for it !
by dsrules
Tue Aug 02, 2005 1:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filling Gaps in tables
Replies: 4
Views: 1766

Filling Gaps in tables

Hi, We are trying to fill in missing rows among three tables. For Ex: The present scenario TABLE A TABLE B TABLE C ID,Date,Amt ID,Date,Amt ID,Date,Amt 10000003,1/31/2004,100.00 10000003 1/31/2004,120.00 10000003,1/31/2004,90.00 10000003,2/28/2004,200.00 10000003,2/28/2004,145.00 10000003,3/31/2004,1...
by dsrules
Tue Feb 08, 2005 1:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job accessed by another user
Replies: 6
Views: 2643

Ketfos,
Execute

Code: Select all

Unlock All 
on the Admin client window, if you have the Admin rights. Else ask your Admin to do it. Alternatively you can unlock it by Inode number after getting the Inode numbers for the jobs locked.

dsrules
by dsrules
Mon Feb 07, 2005 2:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage questions
Replies: 5
Views: 3473

Looks like the person asking these questions is not sure of the exact answers :D ,
You can have a field day with such guys :twisted:
Cant see many real time scenario question's. What say?

dsrules
by dsrules
Mon Feb 07, 2005 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TeraData Fastload Connection error
Replies: 5
Views: 2894

The path variable should include this path

Code: Select all

C:\Program Files\NCR\Teradata Client\
dsrules
by dsrules
Mon Feb 07, 2005 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TeraData Fastload Connection error
Replies: 1
Views: 845

p1tom,
You need the the TeraData client utilities installed. Check for FastLoad.exe if it exits in the installation folder. The Path variable should have the path to the folder where these utilities reside. Also re-boot your Server for the change of path to be reflected.

dsrules.
by dsrules
Tue Feb 01, 2005 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage jobs
Replies: 15
Views: 6898

Kim, dont you think those questions were in bad taste?. I hate to see people utilizing this forum for "Interview" kind of questions rather than have a real time problem. We are lucky to have the best experts and guru's in this forum. Thanks for all the support. What does Ray, Ken, Chulett ...
by dsrules
Mon Jan 17, 2005 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF conversion issue
Replies: 3
Views: 1118

ArndW,
I fixed it :D . The error was the Meta data was s9(10)v99 but in the mainframe they were explicitly signed. I got them onto DataStage using pic x(12) then loaded them into sequential file as decimal. This works fine. Please let me know if I am doing a right thing.
Thanks
dsrules
by dsrules
Mon Jan 17, 2005 2:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF conversion issue
Replies: 3
Views: 1118

CFF conversion issue

Hi,
I am using CFF stage to view data downloaded from mainframe. Everything looks right except the decimal columns have .. rather than a single . separating the scale and number.
Any help is appreciated.
Thanks
dsrules
by dsrules
Mon Jan 17, 2005 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bulk Loaders in DS
Replies: 6
Views: 1902

Include TeraData in it.

dsrules.
by dsrules
Tue Jan 11, 2005 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invoke batch file
Replies: 3
Views: 904

Hi Ray,
I wanted to know how do we specify the path name for the batch file , I know the shell value would be 'NT', what would be the command value if I have a XXX.bat file to run. Can you please elaborate.
Thanks
Mack
by dsrules
Tue Jan 11, 2005 3:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invoke batch file
Replies: 3
Views: 904

Invoke batch file

Hi, I need to invoke a batch file and read the status code. I read the manual , it says about DSExecute(ShellType, Command, Output, SystemReturnCode) Also there is an option for creating a Batch Job in Director or in Sequencer. I want to know how do we specify the file name and path of the batch fil...
by dsrules
Fri Jan 07, 2005 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TeraData Fastload Connection error
Replies: 5
Views: 2894

TeraData Fastload Connection error

Hi, I am trying to load a table in TeraData using the Fast Load plug-in. the error is Unable to start FastLoad process fastload: system returns 2: The system cannot find the file specified I could see the control file and data file being created in the specified directory. I could also load the Tera...
by dsrules
Wed Jan 05, 2005 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get Timestamp and Row count
Replies: 2
Views: 1378

Arnd, I also need row count. I found a post in which Ray walks through parsing the GetJobReport file . The post is http://www.dsxchange.com/viewtopic.php?t=90193. But in this way how can I automate the process of knowing the file name. The file name is JobName_YYYYMMDD_HHMMSS.txt I want the file nam...