Search found 12 matches

by Sreenivas
Fri Sep 22, 2006 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling Time through stages
Replies: 3
Views: 1584

kumar_s wrote:It is the 'Time' datatype which occupies 8Bytes. ...
Hi,

Thanks for your response, i see size of Time data type on DB2 database as 3 and it accepts '12:00:00' this value to update or insert. It just do not accept through Ascential.
Please suggest me.

Sree
by Sreenivas
Wed Sep 20, 2006 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling Time through stages
Replies: 3
Views: 1584

Handling Time through stages

Hi,

I know date and datetime is handled through Timestamp as data type and with 19 length.

Can someone tell me how Time can be handled like what data type and length to be considered and if we have to hard code the value like '13:00:00' how is it handled.

Thanks in Advance
Sree
by Sreenivas
Wed Sep 06, 2006 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it possible to take the output of a select into variable
Replies: 21
Views: 5125

You have to execute the SETFILE command from the Administrator Client. Select the Project and then click command and then execute the statement. You don't need any routine. Hi Kris, I am sorry to disturb you. I was trying to do the following and was not able to run it successfully. a) I created a s...
by Sreenivas
Wed Sep 06, 2006 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it possible to take the output of a select into variable
Replies: 21
Views: 5125

Sure, write a job to save it to a hashed file. Make the hashed file have a key and this value. Hard code the key to "Something" or whatever you like. Use UtilityHashRead to read this value into a stage variable in a job sequence. You can now use this value as a parameter. All the Utility ...
by Sreenivas
Wed Sep 06, 2006 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it possible to take the output of a select into variable
Replies: 21
Views: 5125

Is it possible to take the output of a select into variable

Hi, I have an issue with Incremental Load where i do not have a date or timestamp. We decided to go with a numeric field which will resolve the issue theoritically but i cannot store the same in an job control record. Is it possible for me to select value from database into a parameter so that i can...
by Sreenivas
Mon Apr 03, 2006 9:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error writing to RT_CONFIG1
Replies: 1
Views: 830

Error writing to RT_CONFIG1

We have 3 Projects created on 7x environment and i am able to compile the jobs in 2 Projects without any problem, but i have problems in compiling and running job(s) in one Project which is leading to "Error writing to RT_CONFIG1". error message.
Can someone throw some light to help me out..
by Sreenivas
Fri Jan 27, 2006 5:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence
Replies: 1
Views: 1169

Job Sequence

Hi, I am trying to include three Jobs in a Job Sequence and trying to run. They are in the following Order A -> B C I thought that the above will be considered as starting A and C simultaneously and then start B after completion of A. I do not have any problem when running A->B, it is giving the fol...
by Sreenivas
Mon Jan 16, 2006 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User Defined Criteria in Hash File Lookups
Replies: 1
Views: 1024

User Defined Criteria in Hash File Lookups

Hi, I am trying to use a lookup for the following: I wrote BEGIN_DT and END_DT columns from record to a Hash File, now i am trying to use a Date as ACCOUNTING_DT to look into the file to pick up the valid BEGIN_DT and END_DT. I want to use the condition as BEGIN_DT<=ACCOUNTING_DT AND END_DT>=ACCOUNT...
by Sreenivas
Tue Dec 20, 2005 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Memory Allocation Failure
Replies: 3
Views: 1967

This is a driver message, see IBM Error Messages for details or further reading. The process cannot allocate additional virtual memory. Is this error sporadic or does it happen every time you try it with this job? If it always happens, is it at the same row? Hi, Thanks for the response, do you know...
by Sreenivas
Tue Dec 20, 2005 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Memory Allocation Failure
Replies: 3
Views: 1967

Memory Allocation Failure

Hi, My Job is writing all the error data to an error record and while writing the same it is getting the Message using a Lookup. I am getting a warning with the following message "K_FDM84_88_JRNL_LN..lkp_PS_MSG_CAT_ETL_VW: [IBM][CLI Driver] CLI0120E Memory allocation failure. SQLSTATE=HY001&quo...
by Sreenivas
Mon Dec 19, 2005 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Session Date in Transformer Stage
Replies: 5
Views: 2167

You are getting the system date successfully, as is obvious from your error message. What you're not doing is handling it correctly. Need more information about what you are doing to provide specific help. What target database, target field, stage used, target datatype, etc. You'll more than likely...
by Sreenivas
Mon Dec 19, 2005 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Session Date in Transformer Stage
Replies: 5
Views: 2167

How to use Session Date in Transformer Stage

Hi, I am trying to use DSJobStartDate to get the Current Date into Transformer Stage and to pass the same to Database. The system is throwing the following warning. Please suggest how to use the System Date not Datetime. K_FDM84_88_JOBCODE_TBL..k_exp_JOBCODE_TBL: At row 1, link "k_exp_JOBCODE_T...