Search found 22 matches

by sampitke1
Thu Jul 31, 2008 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why transformer is not working in Windows Xp
Replies: 6
Views: 2232

Also please try to install VC++. I was facing the same problem before and installed VC++ and every thing was fine.
by sampitke1
Tue Jul 29, 2008 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HASH Function?
Replies: 5
Views: 6554

Is there any other function (like checksum) or logic to suffies this requirement?
by sampitke1
Wed Jul 16, 2008 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SubStr Function
Replies: 5
Views: 4016

Thanks chulett for your reply. This challenge has been resolved now.
by sampitke1
Wed Jul 16, 2008 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SubStr Function
Replies: 5
Views: 4016

Thanks chulett for your reply. This challenge has been resolved now.
by sampitke1
Wed Jul 16, 2008 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SubStr Function
Replies: 5
Views: 4016

SubStr : Cut String

Thanks Ray.I tried the String Function however it is not working.
I am not able to see your email completely.

Please let me know if there is any function / workaround for this.
by sampitke1
Tue Jul 15, 2008 7:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SubStr Function
Replies: 5
Views: 4016

SubStr Function

Hi Can you please let me know which function in DataStage is like SUBSTR function in ORACLE? Requirement: Source and Target is Sequential File Input Data : 123456.1234578 Output Data: 456.12 Logic Cut String from 4th Character to 10th Character (including Decimal) Can you please let me know how can ...
by sampitke1
Mon Jul 14, 2008 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Warnings while populating sequential files
Replies: 15
Views: 6935

Re: Remove Warnings while populating sequential files

Nullable status for all the fields is "No". Still I am facing the warning. "When checking operator: When binding output interface field "XXXX" to field "XXXX": Converting a nullable source to a non-nullable result; a fatal runtime error could occur; use the modify ...
by sampitke1
Mon Jul 14, 2008 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Warnings while populating sequential files
Replies: 15
Views: 6935

Remove Warnings while populating sequential files

I used the code in the transformer. In the Column Derivation of XXXX column.


Thanks
Sameer
by sampitke1
Mon Jul 14, 2008 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Warnings while populating sequential files
Replies: 15
Views: 6935

Remove Warnings while populating sequential files

Thanks for your reply. However

I used following code for null handling.

1) If IsNull(XXXX) Then XXXX Else '000000000' : Warning is still there
2) If IsNull(XXXX) Then XXXX Else XXXX : Warning is still there.

Target is fixedwidth file.

Thanks
Sameer
by sampitke1
Mon Jul 14, 2008 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Warnings while populating sequential files
Replies: 15
Views: 6935

Remove Warnings while populating sequential files

I am populating sequential file from database using single transformations . While populating the XXXX field i am facing following warning.: [i]When checking operator: When binding output interface field "xxxx" to field "xxxx": Converting a nullable source to a non-nullable resul...
by sampitke1
Wed Jul 02, 2008 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suppress Warning: Fixed Width File
Replies: 2
Views: 1679

Hey Ray,

I appreciate your help. I used the second option and it is working without warnings.

Thanks and Regards
Sameer
by sampitke1
Wed Jul 02, 2008 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suppress Warning: Fixed Width File
Replies: 2
Views: 1679

Suppress Warning: Fixed Width File

Hi I am reading a COBOL File (Without Redefine and Occure Clauses) in a Sequential Stage. It is fixed with file having Record length 60. To Read this file I have mentioned Record Length in Record Level as 61. (if I mentioned 60 it throws error don't know why?). Job is running file but with the warni...
by sampitke1
Tue Jun 17, 2008 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error ORACLE ENTERPRISE STAGE
Replies: 3
Views: 1957

Problem Resolved

Hi Chulett, Thanks for your reply. My problem is resolved with the information that you have provided. Thanks a lot once again. Regards Sameer [quote="chulett"]Yes, the grants needed are [i]specific[/i] to the Oracle Enterprise stage because of how it operates. There are several "sys&...
by sampitke1
Tue Jun 17, 2008 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error ORACLE ENTERPRISE STAGE
Replies: 3
Views: 1957

Yeah as per the error message it is clear that I need "select" permission on the view. However I am confused because the same view (with the same login credentials) I can access from any other availabe stages for database.(Both Server and Parallel). I am facing this error only for ORACLE E...
by sampitke1
Thu May 29, 2008 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connect Using Oracle Enterprise Stage
Replies: 3
Views: 1514

This is the information available in Help file. Connection Category DB Options. Specify a user name and password for connecting to Oracle in the form: <user=<user>,password=<password>[,arraysize=<num_records>] DataStage does not encrypt the password when you use this method. Arraysize only applies t...