Search found 24 matches

by karthikraju
Wed May 16, 2007 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Not a v1.1 type: decimal
Replies: 4
Views: 1721

If the issue exist still do the following

The property APT_AUTO_TRANSPORT_BLOCK_SIZE must be commented out in the zprofile of the unix admin id who installed the datastage.

DataStage by default puts entries into the profile while installing.
by karthikraju
Thu Mar 22, 2007 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing value to environmental variable
Replies: 2
Views: 979

Passing value to environmental variable

I have 3 jobs. In my first job i do some calculation. If the result is say 1 then i run the second job with that value else i run the third job.

Can any one let me know how to pass the the value from a transformer stage to the environmental variable so that i can use it in the next job.
by karthikraju
Mon Feb 05, 2007 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: looping for each record
Replies: 16
Views: 5252

i got the following options in APT_COMPILEROPT and my compiler is g++.

-O -fPIC -Wno-deprecated -c
by karthikraju
Mon Feb 05, 2007 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: looping for each record
Replies: 16
Views: 5252

can you let me know where can i check my compiler options.
by karthikraju
Mon Feb 05, 2007 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: looping for each record
Replies: 16
Views: 5252

Can you please let me know how to compile and link it the job.
by karthikraju
Mon Feb 05, 2007 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: looping for each record
Replies: 16
Views: 5252

i need to implement the following logic in loop i get a 10 digit value in string format a the input. i should take each digit places from 1 to 10 and divide them with 2. if my remainder is 0 then i need to store it in a variable and keep adding it up till my loop is finished. at the end of my loop t...
by karthikraju
Mon Feb 05, 2007 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: looping for each record
Replies: 16
Views: 5252

I want to know will there a hit on performance if i am using a store procedure.
by karthikraju
Mon Feb 05, 2007 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: looping for each record
Replies: 16
Views: 5252

But i need to perform the loop operation for each record.
if i am right,in job sequence i can only run the entire job in loops.
by karthikraju
Mon Feb 05, 2007 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: looping for each record
Replies: 16
Views: 5252

looping for each record

i need to perform a for loop logic for each of my input record. can i write this logic in a procedure and call it.

please let me know what is the best option.
by karthikraju
Mon Feb 05, 2007 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling external program via http
Replies: 5
Views: 1969

unfortunately i am not a premium member and i could not read the entire message.
by karthikraju
Fri Feb 02, 2007 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling external program via http
Replies: 5
Views: 1969

if its possible can you let me know how i can do it.
by karthikraju
Fri Feb 02, 2007 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling external program via http
Replies: 5
Views: 1969

calling external program via http

hi

i need to call a external data service via http by passing some parameters and get some return values. can any one let me know if it is possible.

Thanks,
Karthik.
by karthikraju
Fri Jan 26, 2007 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When checking operator error
Replies: 7
Views: 1881

the column is not null in datastage job also.
by karthikraju
Fri Jan 26, 2007 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When checking operator error
Replies: 7
Views: 1881

this column is the primary key in my table, so it cannot be null. and i am doing a simple load to the file.
by karthikraju
Fri Jan 26, 2007 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When checking operator error
Replies: 7
Views: 1881

When checking operator error

hi i am loading the data from a table into a sequential file and i am getting the following error. When checking operator: When binding output interface field "TYPE_ID" to field "TYPE_ID": Converting a nullable source to a non-nullable result; But the column is not null in source...