Search found 5168 matches

by kumar_s
Tue Dec 19, 2006 5:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comma or decimal point
Replies: 6
Views: 2001

Try to customize you own data element.
by kumar_s
Tue Dec 19, 2006 5:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using hashfile
Replies: 10
Views: 2829

Check the permission for the directory C:\Ascential\DataStage\hashfile2, it can be readonly. Else give some other directory with proper file name.
by kumar_s
Tue Dec 19, 2006 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change capture not taking input from "before" link
Replies: 17
Views: 6184

If you look in to the help for Change code, you can understand that each code have different meaning. Copy: both before and after key and values are same.
Delete: If Before key is not present in after key.
Insert : If its a new key came in After records.....
by kumar_s
Tue Dec 19, 2006 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add 1.5 days or 36 hrs to input date.
Replies: 2
Views: 1403

Is it a timestamp or date? You have a option to convert the dates into Julian date. Which is inturns a integer. Now you can add what ever you need and convert it back to required format.
by kumar_s
Tue Dec 19, 2006 4:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling Function From STP stage
Replies: 6
Views: 1545

Create a stored procedure and import in the Stored Procedure stage and call it. Else you can call using OCI stage as well. {call sp(input,output)};
by kumar_s
Tue Dec 19, 2006 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COBOL COPY BOOK
Replies: 16
Views: 3412

Were you able to see the tables when you open the copy book from import wizard?
You can mention the start position from where you need to import, do you get any error when you open the file.
If tables have appeared, have you selected any of the tables before clikcing the Import button?
by kumar_s
Tue Dec 19, 2006 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change capture not taking input from "before" link
Replies: 17
Views: 6184

The condition don't restrict any column, but only rows. You can tell us what are the input columns and what are the output.
You can check the 'Change code' for which the output is obtained.
You should get the output of after records for other than copy.
by kumar_s
Tue Dec 19, 2006 1:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom error
Replies: 4
Views: 1087

Before this or after this message, there should be another one with some SQL code in it.
Have you reset your job and looked for "From previou log..." message as suggested?
by kumar_s
Tue Dec 19, 2006 1:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding transformer stage
Replies: 3
Views: 876

If I understand your requirement, you need to either reject the rows with deptno=20 or deptno<>20. Give it as a constraints, and mark the other link as reject. If you want to parameterize, the value can be deptno = parameter (without any '#'). If your requirement is different, you can specify it aga...
by kumar_s
Tue Dec 19, 2006 12:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: last date of previous month
Replies: 3
Views: 701

If you use database stage, you can use last_day() and add_months() function as well.
by kumar_s
Mon Dec 18, 2006 10:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: importing ODBC
Replies: 7
Views: 978

If you are refering to Length and Display, Length is the actual length defined for that field, and Display is the length you specify for the datastage so show up the number of digit when you do view Data.
by kumar_s
Mon Dec 18, 2006 9:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: importing ODBC
Replies: 7
Views: 978

Its not mandate to import the Table definition for the job to process. By importing the table definition, you are storing a copy of the layout in the Datastage metadata repository. So you can re use it, and will ease your job to specify the metadata for a large tables.
by kumar_s
Mon Dec 18, 2006 8:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding rowsplitter
Replies: 3
Views: 730

Hi Vijay,

As mentioned by Craig, you dont required this stage for your given need. Just pick up what ever column you need from the joined input.
by kumar_s
Mon Dec 18, 2006 8:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding date transformtions
Replies: 19
Views: 4750

In addition to Craig's Question, do answer my question as well. What is the format of field HIREDATE value before getting loaded into database?
by kumar_s
Mon Dec 18, 2006 8:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with loading sequential file of DB2 table
Replies: 10
Views: 6160

You will need to check the delimiter for the file and specify the same in the stage. If there is no Quote found in file, mention the Quote as none (000),