Search found 70 matches

by dsrules
Wed Jan 05, 2005 2:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get Timestamp and Row count
Replies: 2
Views: 1378

Get Timestamp and Row count

Hi, I am trying to get the start and end timestamp and row count for a job and store them in a table. I know there are various DS functions to do this. But I dont know the procedure of using them for my need. Do I have to use them in Job control window?. There is also a DSJobReport that can be used ...
by dsrules
Sat Jan 01, 2005 11:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Ebcdic file Using CFF - Urgent!!!!!
Replies: 4
Views: 3437

Ravi,
How are you getting the file from mainframe? are you using DataStage FTP stage to pull the file ? even I coudnt make CFF work for me. I was pullling the file using FTP stage, the meta data for the file was not aligned properly with the incoming data and I had all sorts of nightmares.
Mack
by dsrules
Thu Dec 30, 2004 12:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp in Teradata
Replies: 1
Views: 997

Timestamp in Teradata

Hi, I am using this code for generating the timestamp in DataStage.The Target Table being TeraData. I used this in SQL Server and it worked fine. Even in TeraData it works fine expect the precision is all zero. Oconv(DATE(),"D-YMD[4,2,2]"):" ":Oconv(TIME(),"MTS") : &quo...
by dsrules
Tue Dec 28, 2004 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error 904 Occured
Replies: 5
Views: 2982

Ray I use your greeting :D , hope its not copyrighted. :P
I just welcomed a guy, but guess he needs more information.
by dsrules
Tue Dec 28, 2004 3:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Different stages in the datastage
Replies: 8
Views: 4858

Welcome aboard :D You can start with reading the manuals first. The stages differ for server and parallel jobs. So go through the Server Job Developer's Guide and the Parallel Job Developer's Guide they can give you inforamtion on all the stages except for the Plug-in stages. You would also like to ...
by dsrules
Tue Dec 28, 2004 1:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CYTD,PYTD,PYE
Replies: 6
Views: 2337

In my case, the values for Code/Code _Name can be "AA"/"Code1" and also "AA"/"Code2" so basically they would be treated as a different row and the aggregations would be done on them as being distinct values. Actaully the grouping would be on Year, Code and Cod...
by dsrules
Tue Dec 28, 2004 12:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CYTD,PYTD,PYE
Replies: 6
Views: 2337

Thanks a lot. That was what I wanted but was contemplating various solutions. The SQL is definetely an option I would be looking into now.
Mack
by dsrules
Tue Dec 28, 2004 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CYTD,PYTD,PYE
Replies: 6
Views: 2337

For the Data below I would want the aggregation for all the months of 2004, and all the months of 2003, and till the max month of 2004 in 2003 Year,Month,"Code","Code_Name",Dollar 2004,09,"AA","Code1",25.50 2004,08,"AA","Code1",25.50 2003,1...
by dsrules
Mon Dec 27, 2004 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CYTD,PYTD,PYE
Replies: 6
Views: 2337

CYTD,PYTD,PYE

Hi, Iam trying to aggregate data on CYTD,PYTD,PYE. The CYTD and PYE are pretty straight as we group the aggregating columns on year and month. But how can I aggregate the PYTD which would be prior year to current month values. The meta data has year and month as separate columns. I am using a sort s...
by dsrules
Fri Dec 24, 2004 9:13 pm
Forum: Site/Forum
Topic: I have already searched the forum
Replies: 2
Views: 2844

I completely agree with ray. Most of the time the answers are hidden deep in the forum, it just takes a little digging. The person clicking the " I have searched the forum" will atleast would have a made a effort looking for the answer in the forum.
by dsrules
Wed Dec 22, 2004 3:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: data conversion
Replies: 2
Views: 918

Its a one column. All the values of the column are fine expect this value. Some of the example values that were convereted right are

Code: Select all

0BVG40
0BVF43. 
The file was on mainframe and we use FTP stage to read it. The data format in EBCDIC is Pic(x), its char in the sequential file and SQL.
by dsrules
Tue Dec 21, 2004 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: retrieve deleted job
Replies: 3
Views: 993

I hadnt backed it up. And about system level backup...woah..!!!!! :twisted: Iam better of doing it again.
Thanks Roy
by dsrules
Tue Dec 21, 2004 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can SSELECT command be used in the "Hashed File" S
Replies: 19
Views: 6152

Well, I had a externally pathed hash file. I created a VOC and used the in account selected when reading the hash file. In the selection tab I used @ID BY @ID, I got sorted hash file on the key.
by dsrules
Tue Dec 21, 2004 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can SSELECT command be used in the "Hashed File" S
Replies: 19
Views: 6152

Just browsing through the forum, I tried what u said, works perfectly fine. Thanks!!!
by dsrules
Tue Dec 21, 2004 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: retrieve deleted job
Replies: 3
Views: 993

retrieve deleted job

Hi,
I wanted to know if we can retrieve a job we delete from the designer.
Thanks
Mack