Search found 51 matches

by nikhil_bhasin
Mon Jul 29, 2013 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_STRING_PADCHAR override at job level not working
Replies: 9
Views: 6748

Yes, EBCDIC files are fixed length, I am getting this issue after reading them and loading them into teradata tables. I did try ' ' as padchar
by nikhil_bhasin
Tue Jul 23, 2013 10:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading duplicate rows using teradata connector
Replies: 4
Views: 3105

@ Ray - I agree to your point of removing duplicates beforehand, but since it is running fine in 8.1/multiload, we are told not to do any changes execpt for that of connector :(. @ prasson - Table doesn't have duplicates, they are trying to retain the last update as per requirement. @ ramesh - we ca...
by nikhil_bhasin
Tue Jul 23, 2013 10:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_STRING_PADCHAR override at job level not working
Replies: 9
Views: 6748

I have added the padchar variable to all the jobs right from the start of the reading of source file (which is ebcdic). Even doing so, gives me nulls as padchar. @ArndW - Yes, that was the first thing i did, the variables how '0x20' as padding character. Actually the same set of jobs run in 8.1 (whe...
by nikhil_bhasin
Tue Jul 23, 2013 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading duplicate rows using teradata connector
Replies: 4
Views: 3105

Loading duplicate rows using teradata connector

Hi, I am migrating a job from 8.1 version to 8.7. This job loads data into a teradata table which is having UPI on key columns and source data is expecetd to have duplicate rows, so in 8.1, multiload stage in sequential mode is used to counter this situation, However in 8.7 using connector I am not ...
by nikhil_bhasin
Tue Jul 23, 2013 1:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_STRING_PADCHAR override at job level not working
Replies: 9
Views: 6748

APT_STRING_PADCHAR override at job level not working

Hi Everyone, I am facing an issue while using APT_STRING_PADCHAR variable at job level. Actually at project level, the value is default '0x0', and when i set it to 0x20 at job level by adding it to job parameters, it still pads the character column values with nulls (0x0). Not sure why it is happeni...
by nikhil_bhasin
Tue Jun 18, 2013 4:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RDBMS code 6706: The string contains an untranslatable chara
Replies: 3
Views: 14677

@crystal_pup
Are you saying to change the table definition?
That field is defined as LATIN, if I use UTF-8 in terdata connector, the job simply aborts but when I change it to ASCII, then it replaces those characters with space/some other charcaters
by nikhil_bhasin
Mon Jun 17, 2013 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RDBMS code 6706: The string contains an untranslatable chara
Replies: 3
Views: 14677

I am also facing similar issue. Was anyone able to resolve this?
by nikhil_bhasin
Tue Apr 30, 2013 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Cobol Copy Books
Replies: 3
Views: 2503

Maybe you can write a script to convert ebcdic files into ascii and then use the files in your job
by nikhil_bhasin
Tue Apr 30, 2013 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning Message - Table not found
Replies: 10
Views: 3747

I think Raftsman was pointing towards empty source(file/table) and missing target table...
by nikhil_bhasin
Wed Apr 10, 2013 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Data stage parallel transformer
Replies: 1
Views: 1203

why do you think its the transformer that's causing your job to stall, as you are running in vmware, from where are you pulling the source data from?
by nikhil_bhasin
Wed Apr 10, 2013 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Zero or Positive
Replies: 4
Views: 2198

You can refer to Parallel Job Developers Guide documentation - Appendix B - Transform functions for searching the functions available in DS :), Its easy to search use Ctrl+F and then search...
by nikhil_bhasin
Wed Apr 10, 2013 12:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: tsort and psort
Replies: 15
Views: 9546

Hi, can anyone please describe the differences between tsort and psort operators. What i am looking for is exactly what conditions lead to insertion of psort operator and how it works.
by nikhil_bhasin
Mon Mar 25, 2013 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex flat file with constraint
Replies: 1
Views: 1956

well can you just double check the param names i can see 2 different params here
JobParam.date and JobParam.pDate
by nikhil_bhasin
Mon Mar 25, 2013 3:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Explicitly changing the metadata
Replies: 2
Views: 2083

Yes you can do that, they will be implicitly parsed into the target datatypes, provided you are using transformer stage in between
by nikhil_bhasin
Mon Mar 11, 2013 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Precompilation failed as duplicate environmentvariable found
Replies: 8
Views: 5307

what data-type u gave it to the parameter?
sometimes in 8.7 if u include a single parameter in the job properties and datatype is kept as parameter/set it will not compile, try giving string as data-type to parameter