Search found 155 matches

by datisaq
Tue Feb 26, 2013 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Co Sort functionality using Datastage Generic Job
Replies: 2
Views: 2588

Co Sort functionality using Datastage Generic Job

I am currently working in a datastage migration project 7.5 to 8.5 As part of code migration process we have 1000s of CoSort scripts also which needs to be migrated to the new Linux server. To avoid licensing cost for CoSort the plan is to convert the CoSort scripts in Datastage Parallel jobs. Strat...
by datisaq
Sun Feb 12, 2012 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: soundex field name in schema
Replies: 4
Views: 3758

We have alreadt enable quote identifiers option in the teradata connector stage(In Datastage 8.5) its not working since we have "SOUNDEX" in the value statement of the insert query(ORACHESTRATE.SOUNDEX) which won't be in quotes right, there its showing error. Can we have something like &qu...
by datisaq
Wed Feb 08, 2012 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: soundex field name in schema
Replies: 4
Views: 3758

soundex field name in schema

we are using a generic job for loading the data from sequential file to a teradara(using RCP and schema file). In our schema file we are having a field as "soundex" which has to be mapped to the target teradata table "soundex". we can able to create the table in teradata by putti...
by datisaq
Thu Dec 15, 2011 3:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insertion of Null Character at position 4095 in File
Replies: 9
Views: 6020

I am creating a fixed width file and i have set APT_STRING_PAD_CHAR to 0x20 value. I think this is the issue with the AIX server while dealing with the files of huge record length. In AIX system, when i am using this command "head -1 file_nm | sed 's/\000//g'" --- the output is displaying ...
by datisaq
Thu Dec 15, 2011 1:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insertion of Null Character at position 4095 in File
Replies: 9
Views: 6020

Ys its a NULL terminated string... when i remove COB_COMMENT field and appending other fields in place of it... it's adding NULL terminated string at position 4095
by datisaq
Wed Dec 14, 2011 9:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insertion of Null Character at position 4095 in File
Replies: 9
Views: 6020

Hi datastage experts please look into this issue...
by datisaq
Wed Dec 14, 2011 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insertion of Null Character at position 4095 in File
Replies: 9
Views: 6020

Insertion of Null Character at position 4095 in File

My Job is creating a Fixed Width which is having record length of 4703. The file is created successfully with some NULL Character at positon 4095. I thought this might be coming from the Source table(Oracle) but i didn't find it any there.There is a field COB_COMMENT which is spread across 4095. I h...
by datisaq
Thu Dec 08, 2011 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mutiple Links to Parallel Transformer stage -- SHOCKED ???
Replies: 5
Views: 5553

In the same job i cannot able to add any more extra links to the transforner stage... and i have copied that stage and pasted in another new job still i cannot able to add any links to it... which is veru weird... And Ray, the transformer stage name has been renamed... so on the title bar it's given...
by datisaq
Wed Dec 07, 2011 10:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mutiple Links to Parallel Transformer stage -- SHOCKED ???
Replies: 5
Views: 5553

The multiple links are used as Source & Reference as in lookup stage or (transformer stage in Server Job). I have checked few things :- 1) the execution mode of the stage which is parallel 2) I can see the parallel routines from the transformer stage 3) I didn't see the EREPLACE function in the ...
by datisaq
Wed Dec 07, 2011 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mutiple Links to Parallel Transformer stage -- SHOCKED ???
Replies: 5
Views: 5553

Mutiple Links to Parallel Transformer stage -- SHOCKED ???

I am in a production support cum enhancment project where i came across few datastage(version 7.5) PARALLEL jobs which is having multiple links to the transformer stage. I can add multiple reference links to the transformer stage which is very strange which i found. I thought its the BASIC tranforme...
by datisaq
Wed Dec 07, 2011 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mutiple Links to Parallel Transformer stage -- SHOCKED ???
Replies: 0
Views: 1364

Mutiple Links to Parallel Transformer stage -- SHOCKED ???

I am in a production support cum enhancment project where i came across few datastage(version 7.5) PARALLEL jobs which is having multiple links to the transformer stage. I can add multiple reference links to the transformer stage which is very strange which i found. I thought its the BASIC tranforme...
by datisaq
Mon Nov 28, 2011 6:17 am
Forum: General
Topic: Some annoying things in 8.1
Replies: 13
Views: 4500

did u "refresh the repository" and checked for the 1st case???
by datisaq
Mon Nov 28, 2011 6:11 am
Forum: General
Topic: Need help with shell script which calls Datastage Job
Replies: 2
Views: 2521

Make sure you have ORACLE_HOME and ORACLE_SID variables properly set for the environment.

then use sqlplus -s username/pwd comnd for logging
after that u can just type SQL cmnds directly.

e.g:-

sqlplus -S $user/$pass <<EOF
SELECT * FROM tableName;
exit;
EOF
by datisaq
Tue Nov 22, 2011 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to split a delimited string into rows?
Replies: 9
Views: 15616

You can write a shell script for the dynamic pivot. I have one you can use this as reference and change accordingly #!/usr/bin/ksh ########################################################################### # # # Script Name: DynamicPivot.sh # # # Input: DynamicPivot.sh {Input File Absolute Path} # ...
by datisaq
Tue Nov 22, 2011 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating multiple records
Replies: 9
Views: 5740

You can do by modifying your job design a bit....
Use a look up stage to match your source to target before loading.
If the records are existing only pass those records for updating to target.
Like change capture stage.

This will work try it.