Search found 69 matches

by kamesh
Sat Jan 30, 2010 9:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: max length between two value marks in a multi value column
Replies: 9
Views: 2283

Thank You Arnd & Ray!!!
I will work on Arnd suggestion to get what I required.
by kamesh
Sat Jan 30, 2010 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: max length between two value marks in a multi value column
Replies: 9
Views: 2283

That is true ArndW but that would also remove line breaks between each output row as well which I need to keep.
by kamesh
Sat Jan 30, 2010 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: max length between two value marks in a multi value column
Replies: 9
Views: 2283

Thank you ArndW!

I can easily filter it but I still need the complete message text as one line input to my looping logic in the UNIX script.
by kamesh
Sat Jan 30, 2010 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: max length between two value marks in a multi value column
Replies: 9
Views: 2283

Thank you Ray! I am not a premium member but planning to be one very soon. Would you mind suggesting the alternative for my requirement so that below sql works without any line breaks for each row it returns irrespective of log message length. SELECT EVAL "FIELD(MSG.TEXT,CHAR(253),1)" AS E...
by kamesh
Fri Jan 29, 2010 8:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: max length between two value marks in a multi value column
Replies: 9
Views: 2283

max length between two value marks in a multi value column

RT_LOGxxx has a multi value column MSG.TEXT with output depth of 60T. What would be the maximum length between two value marks? This is required to determine FMT format value to get the text in one line without any breaks. Below statement works as expected when number of characters before the first ...
by kamesh
Tue Jan 19, 2010 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Job Dependencies
Replies: 3
Views: 4084

Thank you Ray! Object code inspection gets me the dependencies with use of UNIX pattern scanning commands. $DSHOME/bin/uv "VLIST RT_BP${job_no} ${object_file}" Kim, We move only executable code from DEV to UAT/PROD . The code movement is a combination of ClearCase and UNIX daemon script wh...
by kamesh
Sun Jan 17, 2010 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Job Dependencies
Replies: 3
Views: 4084

Sequence Job Dependencies

Hi, After much of investigation I found that I can not get sequence job dependencies if 1. Only executable is imported in the project without design time components and 2. Dependencies tab in the job properties is not properly populated because of copy/paste of objects before generating exeutable co...
by kamesh
Wed Jan 13, 2010 5:50 pm
Forum: General
Topic: I-descriptor was not compiled error
Replies: 3
Views: 1593

Thanks a lot Ray!!! It works, modified SQL is as below. $DSHOME/bin/uv "SELECT EVAL \"IF MSG.ARGS='' THEN MSG.TEXT[5,LEN(MSG.TEXT) - 13] ELSE MSG.ARGS\" FROM RT_LOG21 WHERE TYPE=5;" Is there any easy way to get invocation id from RT_LOGXX file? Or is there any direct way to get e...
by kamesh
Wed Jan 13, 2010 7:54 am
Forum: General
Topic: I-descriptor was not compiled error
Replies: 3
Views: 1593

I-descriptor was not compiled error

Hi, The requirement is that for all control log entries success/failure/aborted/reset I need the MSG.ARGS populated with jobname.inovationid if multi-instance job else jobname. Currently for every aborted entry MSG.ARGS is empty. Below query works for me to get the jobname.invocationid from the RT_L...
by kamesh
Fri Sep 19, 2008 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Listing Stages From Executable Of A DataStage Job
Replies: 8
Views: 4643

I have already tried the option of writing BASIC routine using DSGetJobInfo() but the only setback I realize is running this basic routine standalone on the UNIX command line of the DataStage server so that I can loop it through all the 50 projects. Please guide me with an option if I can run the BA...
by kamesh
Thu Sep 18, 2008 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Listing Stages From Executable Of A DataStage Job
Replies: 8
Views: 4643

Thank you very much Ray!!!

Do we still have an option to query the Universe database to get this list of stages from executable of a DataStage job?

Note: RT_CONFIG file happens to be a difficult choice for me to get this list
by kamesh
Thu Sep 18, 2008 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Listing Stages From Executable Of A DataStage Job
Replies: 8
Views: 4643

Thank you very much Ray!!!

Do we still have an option to query the Universe database to get this list of stages from executable of a DataStage job?

Note: RT_CONFIG file happens to be a difficult choice for me to get this list
by kamesh
Tue Sep 16, 2008 8:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Listing Stages From Executable Of A DataStage Job
Replies: 8
Views: 4643

Listing Stages From Executable Of A DataStage Job

Hi, I have a requirement to list all the stages active/passive for all server or parallel jobs in each project. The blow query works good for me but it returns ZERO records when I hit a job without the design time information. $DSHOME/bin/uv "SELECT NAME FROM DS_JOBOBJECTS WHERE STAGETYPE NOT L...
by kamesh
Wed Jul 30, 2008 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running stage
Replies: 4
Views: 2256

In the log it is showing the whole sql query only after that hanging
by kamesh
Wed Jul 30, 2008 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running stage
Replies: 4
Views: 2256

At the beginning of the select query