Search found 23 matches

by ds_raman
Mon Jun 08, 2009 10:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special characters being truncated in API Stage
Replies: 5
Views: 2104

chulett wrote:Kindly explain what you mean by 'special' characters. ...

They look like this

ZI I cS
ZI I S
ZI I cS
ZI I /S
ZI #I cS
by ds_raman
Mon Jun 08, 2009 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special characters being truncated in API Stage
Replies: 5
Views: 2104

Special characters being truncated in API Stage

I have a character 8 field, which has special characters at mainframe source, but when these values are being loaded to the db2 tables, the special characters are truncated even though i am not using any trim functions.

Kindly update me on the issue
by ds_raman
Wed Aug 20, 2008 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to find the Environment Variable Settings
Replies: 5
Views: 1951

Are you looking at the correct log? ... Ya, its the correct log i am referring to., Compared with an earlier day's log., the current day's log is missing the following entries, Environment variable settings, Prarallel job initiated. Current day's log has only the following entries, Starting Job ......
by ds_raman
Wed Aug 20, 2008 2:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to find the Environment Variable Settings
Replies: 5
Views: 1951

What do you mean by "no data being processed" - that the jobs run but don't do anything or that the log files contain no entries? (or both)? I recall having seen a similar problem that ended up being ... No data has been extracted, but the log for an earlier day has all the entry for Envi...
by ds_raman
Wed Aug 20, 2008 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to find the Environment Variable Settings
Replies: 5
Views: 1951

Unable to find the Environment Variable Settings

The Director shows the job executed successfully, but there is no data being processed, even the Environment Variable Settings is not seen in the log.

What could be the issue,
by ds_raman
Wed Apr 02, 2008 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performing Lookup on Char datatypes with numeric values
Replies: 1
Views: 913

Performing Lookup on Char datatypes with numeric values

Hi all, i need to perform a lookup with fields TABLE1.EMPLID CHAR(10) and TABLE2.EMPLID CHAR(11). which are data sources from DB2. Both the fields have only numeric values. I tried to typecast the two fields as INTEGER and equate them in the lookup stage, but the lookup fails. Is there any other alt...
by ds_raman
Wed Feb 27, 2008 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling nulls in Stage Variables In Transformer
Replies: 10
Views: 5477

Re: Thanks but i need to route the records

chulett wrote:
ds_raman wrote:Thanks but i need to route the recors to Error Link, so i have to make use of StageVariables
:? No, you don't have to use stage variables. You can use your null check directly in the constraint that 'routes' the records.

Solved the problem.,
Thank You,
by ds_raman
Wed Feb 27, 2008 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling nulls in Stage Variables In Transformer
Replies: 10
Views: 5477

Re: Thanks but i need to route the records

chulett wrote:
ds_raman wrote:Thanks but i need to route the recors to Error Link, so i have to make use of StageVariables
:? No, you don't have to use stage variables. You can use your null check directly in the constraint that 'routes' the records.

Solved the problem.,
Thank You,
by ds_raman
Wed Feb 27, 2008 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling nulls in Stage Variables In Transformer
Replies: 10
Views: 5477

Thanks but i need to route the records

What is the Data type of your input and output fields? And Why use stage variables? A simple derivation like If IsNull(In.EmpID) Then "N" Else In.EmpID would do. This will work only if the data type is char or Varchar. Only then would you be able to substitute the value N. Thanks but i ne...
by ds_raman
Wed Feb 27, 2008 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling nulls in Stage Variables In Transformer
Replies: 10
Views: 5477

HI

balajisr wrote:Can you post your derviation?
Stage Variable i am using Null_F=NullToValue(EmpIdExist,'N')

And on the Constraint if Null_F='N' then the records are routed to Error Link
by ds_raman
Wed Feb 27, 2008 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling nulls in Stage Variables In Transformer
Replies: 10
Views: 5477

hi

Maveric wrote:Check the nullability of your target fields. Post the derivations here. Are you trying to substitute N for a NULL, or are you just checking for null and populating the Flag field to N?
I am trying to substitue "N" for nulls
by ds_raman
Wed Feb 27, 2008 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling nulls in Stage Variables In Transformer
Replies: 10
Views: 5477

Handling nulls in Stage Variables In Transformer

Hi There are null values coming in from source and i need to set a flag for this field(Empid), but when i try to check if Empid is null in Stage variable, the records get dropped, and the same applies for date of birth field, DOB, Is there anyother way in Transformer by making use of Stage Variables...
by ds_raman
Tue Feb 26, 2008 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed a keylookup for record.(Shared Container)
Replies: 1
Views: 1245

Failed a keylookup for record.(Shared Container)

HI ,

:cry:

we are not able to run our job bcoz of below error

SHARED_CONTAINER.LKUP_KEY_SEQ,3: The runLocally() of the operator failed.

Thanks in advance
by ds_raman
Fri Feb 01, 2008 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Job Server Routine
Replies: 12
Views: 4643

ray.wurlod wrote:Then what you now need to do is post the syntax that does work, and mark the thread as Resolved.
Thank you all for the Help


OsCmd8 = 'cat ':strFileName1:'>> ':strFileName:''
Call DSExecute(OsType, OsCmd8, OsOutput8, OsStatus)

This syntax worked fine
by ds_raman
Thu Jan 31, 2008 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After Job Server Routine
Replies: 12
Views: 4643

Re: After Job Server Routine

Thanks, But i need to do this in After job Routine, If the above command suffices, then go to the job properties and in the After SubRoutine, choose ExecSH. In the input value field, place the command. You are good to go. Thank you Very much With OpenSeq and ReadSeq i could only assign the first li...