Search found 238 matches

by dodda
Wed Mar 12, 2008 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delimeter
Replies: 2
Views: 1269

Thanks a lot nripendra . It's working fine

Iam having another requirement .

The double must be appended to starting and end of each row
by dodda
Tue Mar 11, 2008 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to timestamp conversion
Replies: 1
Views: 1085

string to timestamp conversion

Hi, Iam having a sequential file with following two columns SHPDATE column with data 20080202 of varchar (8) SHPTIME column with data 1825 of varchar (4) Both the columns should be concatenated and map to target column SHPTM of timestamp datatype and data should be of 20080202182500 Please suggest m...
by dodda
Mon Mar 10, 2008 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: zero byte file
Replies: 1
Views: 798

zero byte file

hello I have a datastage job which processes the file stocks.dat. i can expect the size of the file to be of zero bytes some times. In the cases datastage process the file stocks.dat with success with zero records imported and i produce a out put file with zero bytes. My problem is i want the datast...
by dodda
Fri Feb 29, 2008 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject file
Replies: 2
Views: 794

reject file

Hi In my job i am producing two rejectfiles with same filename for both the rejectfiles. The file write mode for both of them is Append. The data to the two reject files varies. In the end it seems like i am missing some data in the final reject file. once I have given the different file name for bo...
by dodda
Mon Feb 25, 2008 9:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NullHandling
Replies: 1
Views: 907

NullHandling

Hi I have a sequentialFixedwidth file from which i am extracting a field on which i want to do nullhandling. I am using a function IF IsNull(In.Column[2,20]) Then NullToValue(In.Column[2,20], " ") Else In.Column[2,20] Its throwing compilation error. Does datastage recognizes null values ou...
by dodda
Mon Feb 25, 2008 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integers in fixedWidthfile
Replies: 3
Views: 1571

Integers in fixedWidthfile

Hello I have fixed with file as source in which there were couple of fields which were defined as Integer datatypes and right justified with leading spaces. Is it a common practice to have integer values as right justified. If i want to make the integers as left justified in the target file, is ther...
by dodda
Mon Feb 25, 2008 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob
Replies: 6
Views: 3330

Ray . It's working fine.

Can you share the information about the available options for dsjob command.

Regards,
dodda
by dodda
Mon Feb 25, 2008 4:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob
Replies: 6
Views: 3330

dsjob

Hi, I wrote the below script to know the information about sequential file that i used in my job. eval $DSHOME/bin/dsjob -lstages DESRMNA4 testdup Sequential_File_2 Where DESRMNA4 is the project name and testdup is my job name. when i tried to execute the script, it is displaying the following error...
by dodda
Fri Feb 22, 2008 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: leading zeros infront
Replies: 3
Views: 1514

leading zeros infront

Hi, I have a input file .txt, which has a column QT of integer type of length 6. The input data for QT is like 888 3456 12 And i want to map column QT to QTY with leading zeros and the target column QTY should also be Integer type of length 6 My desired ouput should be like 000888 003456 000012 Can ...
by dodda
Mon Feb 18, 2008 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion
Replies: 2
Views: 1280

thanks ray that solved my problem
by dodda
Mon Feb 18, 2008 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion
Replies: 2
Views: 1280

Conversion

Hello I have a column QT defined as varchar data type. QT will be having values like QT 12 124 89765 3456 ...... QT could be of any length up to varchar(6).I need to map QT to QAT. QAT should look like QAT 000012 000124 089765 003456 QAT should be of 6 character length with zeros infront. Any ideas ...
by dodda
Fri Feb 01, 2008 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job parameter
Replies: 2
Views: 1174

job parameter

hello i have a delimited sequential file as source and i need to produce fixed width file. my problem is i have a column called DEP which holds same values (all values in the column are 111) DEP(column name) 111 111 111 111 111 and i need to produce a fixed widht sequential file with DEP columns val...
by dodda
Thu Nov 15, 2007 11:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage connection error
Replies: 1
Views: 1180

Datastage connection error

I have one problem...We are unable to connect datastage ...If we try to connect datastage it displaying following error...

THE CONNECTION HAS TIMED OUT(81017) like that.....
How to resolve this error kindly tell me about that error[/b]