Search found 30 matches

by nynali
Sat Jul 14, 2007 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null values in sequential file
Replies: 4
Views: 2208

The output schema is where you would specify all of the null handling. Is the output file fixed length or variable with field delimiters? If fixed length, you will need to specify the number of spaces to populate your "null" field. You don't necessarily need to do that for a variable leng...
by nynali
Tue Jul 10, 2007 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null values in sequential file
Replies: 4
Views: 2208

Null values in sequential file

Hi, I have sequential file as output and the all the columns (about 4000) are nullable = YES type columns. Now my questions are >> will the seq file can store null values as is? >>If I want to specify blanks/spaces (for both char and decimal columns) in case the coming value is NULL for that field,h...
by nynali
Tue Jul 10, 2007 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null default value
Replies: 4
Views: 1682

But we have fields which have more than 19 bytes and one of the fields is 350 bytes in length.
ray.wurlod wrote:Enter the 19 spaces then select them. Press Ctrl-C. Then, for all the others, press Ctrl-V. It's a technique called copy-and-paste.
by nynali
Tue Jul 10, 2007 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null default value
Replies: 1
Views: 734

Null default value

We have approx. 4000 decimal and char type columns in a Sequential writer. All the columns are Nullable. I need to define the "Null Field Value" for each column thru Edit Column Meta Data. Most of the char columns are more than 20 bytes long. Is there is shortest way to put the spaces rath...
by nynali
Tue Jul 10, 2007 1:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null default value
Replies: 4
Views: 1682

Null default value

We have approx. 4000 decimal and char type columns in a Sequential writer. All the columns are Nullable. I need to define the "Null Field Value" for each column thru Edit Column Meta Data. Most of the char columns are more than 20 bytes long. Is there is shortest way to put the spaces rath...
by nynali
Mon Jul 02, 2007 3:01 am
Forum: General
Topic: Can we set the default to null!!
Replies: 3
Views: 1799

Can we set the default to null!!

Hi,
I am having some decimal columns in my Source sequential file.
Whenever I get junk data for these(which is not decimal) I want to default them to NULLS.Please let us know if this can be done??
by nynali
Thu Jun 28, 2007 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE step execution terminating due to SIGINT
Replies: 1
Views: 1454

ORCHESTRATE step execution terminating due to SIGINT

Please help me with this error.

ORCHESTRATE step execution terminating due to SIGINT
by nynali
Thu Jun 28, 2007 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile error in transformer
Replies: 11
Views: 4814

Hmm.. Thanks ArndW..I will take that suggestion.Will look into that and let you know if anything fruitful comes out. nynali - what platform are you on and which compiler are you using? Once you get that information find the relevant manual or web page and see if the compiler will allow that 32Kb val...
by nynali
Thu Jun 28, 2007 12:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile error in transformer
Replies: 11
Views: 4814

I was able to compile the job by splitting into 1000 columns each but when I try with 1500 or so it again fails.So I shortened my Column Names and the job went fine. So is there any method to increase the 32765 limit?? Well, lets try to confirm, that really is the issue here. Split the columns into ...
by nynali
Tue Jun 26, 2007 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile error in transformer
Replies: 11
Views: 4814

Hi Dsguru,
Is there any way to increase the string literal value more than 32765??
DSguru2B wrote:Well, that might be the problem. Test it out. Cut it into half and see if the job compiles. If to no avail, cut it into half again.
by nynali
Tue Jun 26, 2007 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile error in transformer
Replies: 11
Views: 4814

I have around 3800 columns as input to the transformer.So please let me know if this is causing a problem and if it is the case please let me know how to handle this?? It could be a missing quote character - 32KB is a heck of a long string literal - maybe the compiler is still searching for the clos...
by nynali
Thu Jun 21, 2007 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in the transformer stage while running the job
Replies: 2
Views: 1437

Warning in the transformer stage while running the job

Please help me with this warning.What settings need to be changed in the transformer.

"Input dataset 0 has a partitioning method other than entire specified;
disabling memory sharing."
by nynali
Wed Jun 20, 2007 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile error in transformer
Replies: 11
Views: 4814

Make the name of your stages shorter. I have made the the stage names shorter but I am still getting the same error , only change is the line number. "/data/ds/cl/int/projectlibs/dpr_cl_int/RT_BP1217.O/V97S5_djpCladdIntglogscope_nosplit_trxx.C", line 541.36: 1540-0872 (S) A string literal...
by nynali
Wed Jun 20, 2007 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile error in transformer
Replies: 11
Views: 4814

Compile error in transformer

"/data/ds/cl/int/projectlibs/dpr_cl_int/RT_BP1217.O/V97S5_djpCladdIntglogscope_nosplit_Scp_ind_stage.C", line 3258.36: 1540-0872 (S) A string literal cannot be longer than 32765 characters.

Please help me with the above compilation error.
by nynali
Tue Jun 19, 2007 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Inner Join
Replies: 1
Views: 1069

Problem with Inner Join

Hi, I am joining two datasets thro an inner join. These two datasets are previously sorted and partitioned on 3 keys in another job. In the INNER JOIN job I am doing some transformations to one of the dataset and then doing an inner join. I am now doing a join on 5 keys and the three keys(mentioned)...