Search found 41 matches

by lfong
Tue Mar 19, 2013 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: <FIELD> in input data set 0. Design Time Info error
Replies: 6
Views: 16276

You've enabled Runtime Column Propagation (RCP), and 'exposed' the same columns you are loading.

Turn off RCP and rerun your job.
by lfong
Mon Feb 28, 2011 2:13 pm
Forum: IBM QualityStage
Topic: VIN Standardization & Validation
Replies: 3
Views: 3311

We already have a license for the VIN data from RL Polk. My real question is is it possible to load the data into Qualitystage like CASS address files.

I won't ask how until its's confirmed that's the route that will be taken.
by lfong
Mon Feb 28, 2011 12:52 pm
Forum: IBM QualityStage
Topic: VIN Standardization & Validation
Replies: 3
Views: 3311

VIN Standardization & Validation

I have a requirement to standardize and validate VIN's from all auto manufacturers. Currently RL Polk is contracted to be the 'keeper of record' for all VIN's. Is it possible to create and load into qualitystage these VINS and any pertinant information to be used in qualitystage similar to the way C...
by lfong
Tue Sep 15, 2009 5:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SAP BW Pack RfcReceive Error
Replies: 0
Views: 2082

SAP BW Pack RfcReceive Error

Hi Everyone, after several days of reading the installation guide and trial and error I am down to this final error in the SAP BW Pack when trying to read from SAP: Failed to call RfcReceive in the function startProcessChainForExtract rc: 2 The message ID is BWPACK-E-00038. In the SAP administrator ...
by lfong
Thu Jan 08, 2009 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: not able to view data from a sequentail file
Replies: 18
Views: 10892

No, it's not the name of my file. My file name is: G:\dev\sdw\Temp\one.txt and my error message is: ##E IIS-DSEE-TCOS-00037 14:26:46(011) <main_program> Failed to open performance file False/performance.5144; The only thing that changes in the error message is the timestamp (14:26:46) and the numbe...
by lfong
Thu Nov 22, 2007 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion
Replies: 2
Views: 1738

date conversion

What would be the best way to convert a date in format yyddd (mainframe julian)?

Thanks
by lfong
Thu Nov 08, 2007 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header, Detail design issue
Replies: 5
Views: 2963

Mhester, I have to use either a filter or switch because the header and 3 detail records each have their own definition.
Boxtoby, aren't stage variables local to the transform being used? I have 4 transforms after the filter.
by lfong
Thu Nov 08, 2007 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header, Detail design issue
Replies: 5
Views: 2963

Header, Detail design issue

I have an input file with a header and 3 types of detail records.
I have split the header and 3 detail records using a filter stage, then into transforms. I need to get the date from the header record in the 3 transformed detail records.
What would be the best way to do this?

Thanks
by lfong
Wed Oct 24, 2007 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Combine trailer record to output file
Replies: 4
Views: 2353

The column export stage allows you to take multiple colums and export them into one larger column. Example: If you define a generic layout of char(200), the column export stage will concatenate all the columns you select into the generic layout you have created. If you do this for both your detail a...
by lfong
Wed Oct 24, 2007 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: @FALSE/@TRUE Problem
Replies: 1
Views: 2813

The error is: XML Error: A derivation Constant node contains an unsupported UVAtVar - '@False'. The Constraint is: StgBranch = @TRUE or StgAcct = @TRUE or StgValidDate = @TRUE or StgSeqCd = @TRUE or StgTranCd = @TRUE or StgAmt = @TRUE or StgTraceNo = @TRUE or StgSrcBnk = @TRUE or StgPostCd = @TRUE o...
by lfong
Wed Oct 24, 2007 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Combine trailer record to output file
Replies: 4
Views: 2353

Create a generic layout with the length of the longest record. Use the column export stage for both records. This will export all columns from your header and detail records to the generic file layout you created. Then you can use your funnel stage. Make sure you specify the link order to get your h...
by lfong
Thu Oct 18, 2007 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating multiple output record layouts based on rec type
Replies: 15
Views: 10603

Not a problem, when I imported the target record type, I was able to map everything.

Thanks
by lfong
Thu Oct 18, 2007 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating multiple output record layouts based on rec type
Replies: 15
Views: 10603

Here's how I'd do it... Start with a Sequential File stage with the following metadata: COL1 Char(6) RecTyp Char(1) COL3 VarChar(23) Then run the stream through a Switch stage to produce 2 links (streams); one for each RecTyp. Then run the 2 links through 2 Column Import stages (giving a total of 4...
by lfong
Wed Oct 17, 2007 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating multiple output record layouts based on rec type
Replies: 15
Views: 10603

dt12946, this is the situation I have: Record A field1 pic x(4) field2 pic 99 rectyp pic x field5 pic x(5) field6 pic 9(9) Record B field1 pic 9 field2 pic 99999 rectyp pic x rec4 pic x(14) field6 pic 9(9) How would I split a record into these two records above based on the rectyp. Thanks
by lfong
Wed Oct 17, 2007 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating multiple output record layouts based on rec type
Replies: 15
Views: 10603

dt12946 a quick question.
I have a record where the record type is at the end of the record. I need to use the column input stage to input colums for the fields before the record type field.
what is the best solution for this.

Thanks