Search found 108 matches

by ds2000
Thu Aug 14, 2008 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to populate/Pass NULL. Equivalent to SETNULL in Px
Replies: 2
Views: 2675

How to populate/Pass NULL. Equivalent to SETNULL in Px

Im new on server jobs, so please bear me for sometime. We used SETNULL() function in parallel what is equivalent in server. I want to pass null to db2 date column. Row is loaded with null but Following warning msg comes : JobLoadFile..Transformer_22: At row 53, link "DSLink24", while proce...
by ds2000
Wed Aug 13, 2008 8:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS Mapping Warning/error
Replies: 12
Views: 5063

ANY GURU AROUND ?
by ds2000
Wed Aug 13, 2008 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS Mapping Warning/error
Replies: 12
Views: 5063

NLS Mapping Warning/error

CFF -> Tx -> Seq. File When extracting cff file it warns with following msg. I tried different NLS mapping but same error. Input file is in CR/LF format. I viewed the data and some rows were having : character in it, i replaced : with blanks but still warning out. Extract702..seqTRANKEY.outTRAN: nls...
by ds2000
Wed Aug 13, 2008 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tab delimited Sequential File
Replies: 11
Views: 8230

Tab delimited Sequential File

Want to make a tab delimited flat file (dos style). What value has to be used in Sequential file settings in FORMAT -> DELIMITER. I tried 011 but it didnt work. Its server job.

CFF -> Transformer -> Seq. file
by ds2000
Wed Aug 13, 2008 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Making Timestamp column for DB2
Replies: 2
Views: 1301

I used following and it worked:

Code: Select all

Oconv(Iconv(a.TRANDATE_C702,"D YMD"),"D-YMD[4,2,2]"): " " : Oconv(Iconv(svTime, "MTS"),"MTS")
by ds2000
Wed Aug 13, 2008 12:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Making Timestamp column for DB2
Replies: 2
Views: 1301

Making Timestamp column for DB2

In a server job, have two columns:
TranDate Decimal(8) values= 20080812
TranTime Decimal(8) values= 00000000

and want to load into db2 timestamp column: TrandtTime Timestamp

Thanks.
by ds2000
Tue Aug 05, 2008 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Import Warning
Replies: 5
Views: 1283

I have used CFF in a server job to extract multiformat (copybook) data and loaded in sequential files with FIELD DELIMETER as COMMA. Its defined as follows in copybook: 10 ACT-ANNUALAMT PIC S9(9)V99 COMP-3. in sequential file its defined as: Decimal 11,2 I can see the data is loaded properly in serv...
by ds2000
Thu Jul 31, 2008 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Import Warning
Replies: 5
Views: 1283

Sequential File Import Warning

I have used CFF in a server job to extract multiformat (copybook) data and loaded in sequential files with FIELD DELIMETER as COMMA. and its defined as in copybook: 10 ACT-ANNUALAMT PIC S9(9)V99 COMP-3. When i edit column properties its PACKED property is set to YES. following Import warning is comm...
by ds2000
Fri Jul 25, 2008 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete orphan dataset
Replies: 6
Views: 4703

Finding & Deleting Orphan Dataset in Windows

I want to find and delete orphan and datasets not being used in windows. How can i do that ?

Thanks in advance.
by ds2000
Wed Jul 23, 2008 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential Archive Error
Replies: 1
Views: 700

Sequential Archive Error

One of my job is running fine and i just removed db2 stage with peek stage to view the data and getting this error:

main_program: Fatal Error: Cannot open sequential archive information return file: /tmp/aptseqarchinfo-486400

any idea what this error is?
by ds2000
Wed Jul 16, 2008 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Multiformat Cobol File
Replies: 5
Views: 1722

Actual problem is to extract the data for different tables. How can i do this.
by ds2000
Tue Jul 15, 2008 9:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Multiformat Cobol File
Replies: 5
Views: 1722

Reading Multiformat Cobol File

Im using cobol files first time for extraction. I loaded the cobol file definitions with following copybook. How can i read the data for different tables. If i can filter for each record type ? When i tried sequential file there was some binary data comming up but when I tried Peek to see the data t...