Search found 5168 matches

by kumar_s
Tue May 30, 2006 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal To Hexadicimal
Replies: 5
Views: 1063

And also, are you sure you have give the full path along with the object file in the file path?
by kumar_s
Tue May 30, 2006 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non Nullable to Nullable using Modify stage
Replies: 8
Views: 3442

Probably Missing out someting :?
If your target is not nullable, you cannot assign null to the column. If you input is not nullable, you cannot get null from the source.
by kumar_s
Tue May 30, 2006 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine
Replies: 7
Views: 2263

Is it possible to post the C++ code you have created.
I guess you have selected the Object type as Library. Since you have created a object file select the object as the option.
by kumar_s
Tue May 30, 2006 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment variables in Parallel jobs
Replies: 7
Views: 2432

May I know what is the version of DS you use. If you go to Job properties under parameters tab, you can find 'Add Enviromental variable' button. If you click on it you can find list of all available environmental variables. You can go to the last part, User Defined. And select the variable you have ...
by kumar_s
Tue May 30, 2006 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While reading from DB2 table on mainframe
Replies: 11
Views: 4808

Search in google based on the SQLSTATE gives the following INVOCATION OF FUNCTION OR PROCEDURE name FAILED DUE TO REASON rc Explanation: A routine was invoked. The routine invocation was not accepted because of DB2 reason code rc. And by db2 for SQL0471N is SQL0471N Invocation of routine "<name...
by kumar_s
Tue May 30, 2006 6:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best practices for 2 consecutives transforms
Replies: 7
Views: 1459

Two transformed next to next will be clubbed as a single process during runtime unless interprocess is introduced. And placeing a intermediate passive stage will increase a unecessary IO.
by kumar_s
Tue May 30, 2006 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS 6.0.1, 7.5.1.A on UNIX System (HP)
Replies: 5
Views: 1180

Code: Select all

netstat -a | grep dsrpc
ps -eaf | grep dsprc

Can be used and can be diverted to a file for logging.
by kumar_s
Tue May 30, 2006 5:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can i define metadata of file columns at run time.
Replies: 10
Views: 2131

In sequential file, under Options you can find Schema file. You can give the path and name of the file which holds the metadata model for the stage. A sample structure would be record ( name:string[255]; address:nullable string[255]; value1:int32; value2:int32 date:date) If you have enabled ...
by kumar_s
Tue May 30, 2006 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UNIX sort
Replies: 13
Views: 3936

Not sure whats wrong in your case :roll:
Is your output and input is integer?
Is it a composite key?
Are you sure that your output is not messed up the partition provided?
For testing run you job in sequentiol mode.
by kumar_s
Tue May 30, 2006 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment variables in Parallel jobs
Replies: 7
Views: 2432

Add $DSCAPIOP__DSN in your job properties.
by kumar_s
Mon May 29, 2006 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal To Hexadicimal
Replies: 5
Views: 1063

Perhaps you can try to build your own logic of conversion using either SWITCH stage or by writing parallel routine.
by kumar_s
Mon May 29, 2006 10:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UNIX sort
Replies: 13
Views: 3936

It depends on how you define the column data type.
If you assign the column as Integer you will get as expected.
If you assign as varchar or character, you will get the result from datastage as you instructed the datastage to do.
by kumar_s
Sun May 28, 2006 11:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting Jobs in Development
Replies: 3
Views: 1706

But rather than posting in Site/Forum you can post in the appropriate forum. Either Parallel or Server. If the job in same environment (Same project) with different users with the same access given, then its not a easy task to avoid the access. The possible way would be to create a new project and m...
by kumar_s
Fri May 26, 2006 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel error while lookup
Replies: 3
Views: 1200

Ray, I have face similar issue, when holding very huge transformations. I recall I had raised a post for the same. Though none explicitly issue a SIGKILL, it implicitly gets generated, at least by the controller of the code. May be due to Conductor, not sure.
by kumar_s
Fri May 26, 2006 8:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running EE job Executable in Non EE server ?????
Replies: 3
Views: 928

Might be you are refering to the Compiler which may not be required during run time.