Search found 437 matches

by somu_june
Fri Oct 01, 2010 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum length of a varchar field
Replies: 5
Views: 6667

Thanks Kandy/sandy and Ray , I tested the job and if I don't provide any length to varchar field it reads the entire column data.



Thanks,
Raju
by somu_june
Fri Oct 01, 2010 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum length of a varchar field
Replies: 5
Views: 6667

Thanks ray for the reply. If I don't provide any length to the varchar field in datastage, what is the maximum it takes is it ( 255 ) or is it going to read entire data from the column as you said it is a text field with out trimming or dropping any data from the column.


Thanks,
Raju
by somu_june
Thu Sep 30, 2010 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum length of a varchar field
Replies: 5
Views: 6667

Maximum length of a varchar field

Hi , I have a file created by a server job with data type integer(10) and while I'm designing a parallel job I mentioned it as varchar(255), my question is what is the maximum varchar length I can give in datastage. Because when ever I import a meta data it gives me varchar(255) , is varchar(255) ma...
by somu_june
Fri Sep 10, 2010 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writting NULL to a sequential File
Replies: 4
Views: 2837

Writting NULL to a sequential File

Hi, I have a parallel job and I'm writting data to sequential file and it had a field sv9 with char(10) data type and in the field properties I mentioned Null value as 'NULLNULLNU' to get rid of the waring When validating export schema: At field "sv9": "null_field" length (4) mus...
by somu_june
Fri Sep 10, 2010 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tsort merger aborting: Scratch space full Error
Replies: 5
Views: 19127

Thanks Chulett and Hester for helping me out and understanding about configuration file more clearly and correctly
by somu_june
Thu Sep 09, 2010 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tsort merger aborting: Scratch space full Error
Replies: 5
Views: 19127

Tsort merger aborting: Scratch space full Error

Hi, I have a parallel job and the job is running fine if I don't sort the data and If I sort the data then the job is aborting with the below error APT_CombinedOperatorController,1: Fatal Error: Tsort merger aborting: Scratch space full I checked the space that I'm using $ df -P /opt/IBM/Information...
by somu_june
Thu Sep 02, 2010 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance improvement for server job
Replies: 2
Views: 1604

Performance improvement for server job

Hi I have a server job with two active stages transformers and the first transformer stage had a complex logic like calling routines and 80 stage variables where in second transfromer is having less logic it had 4 stage variables and writing to a sequential file. The first transformer has 5 outputs ...
by somu_june
Tue Aug 31, 2010 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Problem
Replies: 11
Views: 7965

Hi, We got a trail version of the C++ compiler and the code is working now. My first question is can we compile the code in development and run in production box with out C++ installed and my second question is what are the draw backs if we are using a trial version and not the actual license versio...
by somu_june
Tue Aug 31, 2010 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Problem
Replies: 11
Views: 7965

Hi chulett

Thanks for the reply. So I cann't compile my job outside the etl server in some other server



Thanks,
Raju,
by somu_june
Tue Aug 31, 2010 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Problem
Replies: 11
Views: 7965

Hi, Can I compile my DataStage job outside of datastage designer in some other box using some other C++ compiler. Because the C++ compiler is going to cost around $ 10, 000 . Can I use compiler like example g++ . If I can compile in some other box using different compiler please let me know, how to ...
by somu_june
Thu Aug 19, 2010 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Problem
Replies: 11
Views: 7965

Thanks Chulett
by somu_june
Thu Aug 19, 2010 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Problem
Replies: 11
Views: 7965

Hi, I found there are C compiler in the server $ /usr/sbin/swlist -l product | grep -i compiler COMPLIBS B.11.31 Compiler Support Libraries PHCO_39115 1.0 Linker/Compiler/Unwind ENG Manpage Patch PHSS_38155 1.0 bundled PA C compiler on IPF But the online Datastage site recommends - 64-bit HP-UX 11i ...