Search found 5 matches

by Alma1
Mon Mar 13, 2017 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Paralle routine to count num bytes
Replies: 11
Views: 5986

How do i find the correct NLS map file type?
by Alma1
Mon Mar 13, 2017 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ds_ipcgetnext() timeout waiting for mutex
Replies: 19
Views: 12782

Hi,
can you tell me please what IBM said to you to set
"maximum memory buffer size"
"buffer free run"
Queue uppper bound size"
"disk write increment"?

Thanks
by Alma1
Mon Mar 13, 2017 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Paralle routine to count num bytes
Replies: 11
Views: 5986

Yes I'm sure.
I've done a lot of tests with an external gcc compiler using arabian, Cyrillic strings.
and result is right
by Alma1
Fri Mar 10, 2017 11:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Paralle routine to count num bytes
Replies: 11
Views: 5986

I assume you want the length of the data in the CHAR field, something automatically padded with (typically) spaces out to its full size... a.ka. the nature of the beast. Meaning a CHAR(10) that looks like this: "6CHARS " You want to know that the actual data length is 6 rather than 10, is...
by Alma1
Thu Mar 09, 2017 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Paralle routine to count num bytes
Replies: 11
Views: 5986

Paralle routine to count num bytes

Hi, I need to count number of bytes of all fields in input from a positional TXT file without separator. I need to use a parallel job but in parallel does not exists a function that count number of bytes (Len function count number of characters). I've done a parallel routine in C that tested with an...