Search found 46 matches

by premupdate
Fri May 20, 2011 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Print Special characters
Replies: 5
Views: 2258

Hi,

Sorry for the late response.
What exactly are you using to "see" the output?
Telnet session using cat command
Where are you storing your output?
---Sequential File output in unixbox
What is the Data type?
--Tried using Varchar,char and Raw as well
by premupdate
Mon Apr 18, 2011 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Octal compilation error
Replies: 6
Views: 2700

When i change constraint value as linkname.columname="039" string it works. But,am keen on why there is a octal conversion happening in between when the constraint was given as integer value. I have checked octal values which does not exist for 008,009,018,019,028,029,038,039, etc... (numb...
by premupdate
Mon Apr 18, 2011 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Octal compilation error
Replies: 6
Views: 2700

Octal compilation error

Hi, Am trying to compile a job with constraint as linkname.columname=039 in transformer. 1) inputcol datatype is smallint 2) checking the constraint alone in tranformer 3) same column goes as output On compiling i got the following error in transformer stage. 1540-0849 (S) The octal literal "03...
by premupdate
Fri Apr 01, 2011 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format DD-MM-YYYY
Replies: 5
Views: 4098

Hi,

When I tried to validate the date format of YYYY-MM-DD through IsValid function I can see only two values that can be passed to IsValid function.
IsValid(%typestring%,%valuestring%)
If I give the date format as third value to the IsValid function it throws basic syntax error.
by premupdate
Thu Mar 31, 2011 7:02 am
Forum: General
Topic: Cp command in execute command stage
Replies: 3
Views: 2134


cp `ls -ltr #$DirPath1 | grep ^- | tail -1 | awk '{print $9}'` #$dirPath2#/

$DirPath1 is missing the right # symbol.
by premupdate
Wed Dec 08, 2010 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non-pipe (or non-virtual data set) with .v in its name Error
Replies: 5
Views: 3251

Hi Meena,

Please check whether the parameter given in the job, does exist in the parameter list

Cheers,
Prem
by premupdate
Fri Oct 31, 2008 11:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Modify stage
Replies: 2
Views: 1442

Modify stage

Hi Everyone, I was struggling with an error which states that TGT_CL_FNC_MKT_IMT_TP: When checking operator: When binding output schema variable "outRec": When binding output interface field "CL_CODE" to field "CL_CODE": Implicit conversion; from source type "strin...
by premupdate
Fri Oct 03, 2008 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error loading "orchoracle":
Replies: 1
Views: 1128

Error loading "orchoracle":

Hi Everyone, Am using oracle 10g as the database.Trying to load a sequential file data as a table into the oracle database.When I tried to load the data it shows me the following error. Error loading "orchoracle": Could not load "orchoracle": The specified module could not be fou...
by premupdate
Tue Sep 30, 2008 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset does not shows the columns
Replies: 6
Views: 1902

The dataset 2 is the problem.
by premupdate
Tue Sep 30, 2008 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset does not shows the columns
Replies: 6
Views: 1902

Code: Select all

             dataset 
                 |
                 |
                 |
                 |
dataset------lookup--------dataset

This is my actual job design.
by premupdate
Tue Sep 30, 2008 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset does not shows the columns
Replies: 6
Views: 1902

Dataset does not shows the columns

Hi All, The job design is as follows dataset | | | dataset------->lookup------>dataset(target) (I dont know to put the diagram exactly, dataset is looked up with another dataset) In the column definition on the target dataset there is a column named "AR_PRIM_PYMT_TP_DT".The rows ran fine.B...
by premupdate
Wed Sep 10, 2008 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warnings in the Lookup stage
Replies: 14
Views: 7805

Thanks for the reply.

But am not a premier member.Please let me know the answer in visible format.
by premupdate
Wed Sep 10, 2008 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warnings in the Lookup stage
Replies: 14
Views: 7805

Ray,

Am facing the same warning in lookup stage.I dont know how to configure the lookup stage as you have mentioned to configure it.Pls help me to resolve the problem of allowing duplicates in the lookup stage
regards,
prem
by premupdate
Fri Jul 04, 2008 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job status shows running but sequence got aborted
Replies: 0
Views: 518

Job status shows running but sequence got aborted

Hi everybody, Am running the sequence which contains a job "Load_update_ip_delete".The sequence aborts on this job.On seeing into "Load_update_ip_delete" log,it shows the job status as running.But it seems to be struck in between.The logs of this jobs run upto "main_program:...
by premupdate
Mon Dec 03, 2007 6:50 am
Forum: General
Topic: parameters
Replies: 2
Views: 2394

parameters

Hai everybody,


am working with datastage 7x server edition. win XP.
Is it necessary for the parameters to have default value in the job parameters dialog box.