Search found 3 matches

by vikramarjula
Thu Jun 24, 2004 12:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configration File
Replies: 4
Views: 3129

You cannot allocate space in a configuration file. You can use the resource disk or scratch disks which have high volume in them. Ask you unix administrator to let you know which directories have hugh disk space in them and you can use that path in your configuration file
by vikramarjula
Wed Jun 23, 2004 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convertion of date DB2
Replies: 7
Views: 4410

db2 date datatype

In th DB2 database stage change the date datatype to string. From the output of that stage use a modify stage and use the timestamp_from_string or date_from_string (can look into the orchestrate manual) functions to convert to the timestamp/date datatype
by vikramarjula
Sun Jan 25, 2004 10:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stored procedure problem
Replies: 4
Views: 2069

stored procedure problem

Hi all, I have a problem with stored procedure. I have searched the whole forum but I couldn't get an answer. I was trying to use a stored procedure create or replace procedure code_value_procedure as code_value number(10); begin select code_ID into code_value from claims_transaction where claim_cod...