Search found 7 matches

by mjmtabor
Fri Jan 28, 2011 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Combine Records Stage
Replies: 1
Views: 3629

Did you ever come up with a solution to this problem? I have the same issue where I have two keys and if I get a match I want to move the field. Thanks Mike
by mjmtabor
Thu Jan 20, 2011 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conbine Records Stage
Replies: 3
Views: 3068

Ray, thanks for your time. your suggestion to turn on the RCP for the project worked. Our default is not to have it on. After getting the process to run, I'm not getting my expected result. I used a Peek to verify how the dataset looked. I have two key fields and one field I need to combine for many...
by mjmtabor
Fri Jan 14, 2011 12:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conbine Records Stage
Replies: 3
Views: 3068

Conbine Records Stage

When I go to run a job with the Conbine Records Restructure process, I get the following error message main_program: Fatal Error: Attempt to drop schema variable: "Attendee.rec"; this may be due to dropping a subrec which contains a schema variable; this operation is not currently supporte...
by mjmtabor
Tue May 26, 2009 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JobDesign Question
Replies: 30
Views: 10151

I'm not sure I understand your question, but if the number of fields you are checking is the same. Have the field name as a parameter also DELETE FROM #stage_table# WHERE #field_name# = '#field_value#' In the Job schedule you create you will value stage_table = table1 field_name = date_field1 field_...
by mjmtabor
Mon May 18, 2009 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JobDesign Question
Replies: 30
Views: 10151

Have a dummy file go thru a link or transformer and have the ODBC process have a user defined SQL where you have the parameter for the table name and a parameter for the value you are looking for. You could also have the Field_name as a parameter as well and just send it in the job sequence calling ...
by mjmtabor
Fri May 15, 2009 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JobDesign Question
Replies: 30
Views: 10151

Create table name and fields you want to check as parameters. Create a schedule that calls the job with proper table and parameters you need. The job will just have different parameters based on what you need to do. This assumes that you check the same number of fields wach time
by mjmtabor
Thu May 03, 2007 5:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the length for decimal field
Replies: 17
Views: 7154

I'm new to datastage but why don't you interpret the value by seeing if it is less than 1000000000000.00. Instead of looking at length look at it from a value standpoint :?: