Search found 26 matches

by RamonaReed
Tue Sep 11, 2012 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Stage variable into Oracle using Oracle date formats
Replies: 3
Views: 3927

the datatype is varchar and the if-then-else construct is correct why can't it be used for the derivation. The derivation for the variable is " and TO_CHAR(B.srvc_from_dt,\'yyyymmdd\') = ORCHESTRATE.SRVC_FROM_DT" OR " and TO_CHAR(B.srvc_from_dt,\'yyyymmdd\') >= ORCHESTRATE.SRVC_FROM_D...
by RamonaReed
Tue Sep 11, 2012 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Stage variable into Oracle using Oracle date formats
Replies: 3
Views: 3927

Passing Stage variable into Oracle using Oracle date formats

Hi, I am trying to write a dynamic query in Oracle using Datastage variables that get set at time of job running. I am getting errors from the way I am tying to pass the date into Oracle. I have defined a stage variable: srchQueryDateRange - that will hold the date portion of my query, the variable ...
by RamonaReed
Thu Sep 06, 2012 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SaveInputRecords and GetSavedInputRecords
Replies: 3
Views: 5528

SaveInputRecords and GetSavedInputRecords

Has anyone worked with 8.7 new looping feature of SaveInputRecords and GetSavedInputRecords. I am trying to use this function but all I am getting is an error: APT_CombinedOperatorController,0: Internal Error: (xfer_->initialFixRunLength_f == initialFixRunLength):./../include/apt_internal/api/transf...
by RamonaReed
Fri Sep 22, 2006 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CLOB / BLOB
Replies: 3
Views: 2854

When you write your query from the Oracle table, you will need to do the following:

select (to_char(BLOB_FIELD)) as BLOB_TXT from SrcTable

And have your column defines as LongVarChar (4000)
by RamonaReed
Fri Sep 22, 2006 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating/updating an unique number for each call of the sequ
Replies: 13
Views: 5803

This works. I used KeyMgtGetNextValueConcurrent("MySeqName"). But here is the problem. Is there any way to reset the value to start from a certain value? I know that it stores this value internally. I can probably write a routine using the KeyMgtGetNextValueConcurrent routine. Any ideas/c...
by RamonaReed
Fri Sep 22, 2006 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error APT_ORACLE_LOAD_OPTIONS
Replies: 2
Views: 2869

It sounds like you are using Write Method = Load, If so, add the option:
Disable Constraints = False
Index Mode = Rebuild
by RamonaReed
Wed Jul 21, 2004 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Starting sequences
Replies: 3
Views: 2269

Thanks for the help Ray, I copied CREATE.FILE SDKSequences 2 1 1 out of the routine, and was able to create the table, and then my sequence.

Mona
by RamonaReed
Wed Jul 21, 2004 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Starting sequences
Replies: 3
Views: 2269

Starting sequences

I am trying to start a sequence in Datastage for a new instance. I have a development, integration and model environment, and now that I am moving to the model invironment, I want to start a sequence within SDKSequences table at a specific number. I have tried the following:UPDATE SDKSequences USING...
by RamonaReed
Tue Jun 29, 2004 5:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do you use SAS in Enterprise Edition
Replies: 6
Views: 3811

Thank you Ray, that was what I thought.
by RamonaReed
Tue Jun 29, 2004 11:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do you access SAS in Enterprise Edition
Replies: 0
Views: 792

How do you access SAS in Enterprise Edition

I am still relatively new to DataStage, and we are supposed to have Enterprise Edition version 7.0.1. Can someone tell me how I access SAS in this version. Is there a special plugin that is needed which will make the parallel stage within the Tool menu become active? Everything that I have read pert...
by RamonaReed
Tue Jun 29, 2004 11:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do you use SAS in Enterprise Edition
Replies: 6
Views: 3811

How do you use SAS in Enterprise Edition

I am still relatively new to DataStage, and we are supposed to have Enterprise Edition version 7.0.1. Can someone tell me how I access SAS in this version. Is there a special plugin that is needed which will make the parallel stage within the Tool menu become active? Everything that I have read pert...
by RamonaReed
Mon Apr 12, 2004 12:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear a logfile from a command line?
Replies: 8
Views: 5019

Thanks a heap !!!
by RamonaReed
Mon Apr 12, 2004 11:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear a logfile from a command line?
Replies: 8
Views: 5019

Thanks again Kenneth, I have figured out the logs internal file number, but I'm not sure how to delete this log. It's RT_LOG403. When I tried to delete the actual server job, I get the following error: Cannot get excluse access to log for job DWAddress..... which is the name of the job I am trying t...
by RamonaReed
Mon Apr 12, 2004 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed to kill a "rogue" server job
Replies: 5
Views: 2275

Thank you Kenneth !!!!! :D That cleared the status, now I only have to be able to clear the log file. Thank you again.

Mona
by RamonaReed
Mon Apr 12, 2004 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear a logfile from a command line?
Replies: 8
Views: 5019

Thanks Kenneth, I have tried that, but the Director just hangs. I wasn't the person who submitted this job, I'm was designated as the Administrator, so I'm left holding the bag, trying to kill this monster. I'm beside myself right about now. I've only worked with DataStage about a month, so this is ...