Search found 29 matches

by sultan@cts
Wed Aug 11, 2010 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dssearch command not recognizing category name having space
Replies: 6
Views: 4641

ArndW wrote:Have you tried quoting?

Code: Select all

./dssearch -ljobs -matches -sub -c 'DE ACCT' -j s dpr_rs_dev>>/data/dw/rs/dev/seqfiles/tempJobsList1.txt 
...
yes, i have tried with single and double quotes as well, then also not working.
by sultan@cts
Wed Aug 11, 2010 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dssearch command not recognizing category name having space
Replies: 6
Views: 4641

Dssearch command not recognizing category name having space

Hi All, dssearch command was not recognizing category name if we have the space in between. Example: ./dssearch -ljobs -matches -sub -c DE ACCT -j s dpr_rs_dev>>/data/dw/rs/dev/seqfiles/tempJobsList1.txt DE ACCT is the category name. If the category name is single word like ACCT then its working. Pl...
by sultan@cts
Wed Aug 11, 2010 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to delete a dataset file which is in unix server
Replies: 10
Views: 6264

Re: How to delete a dataset file which is in unix server

to delete the datafile and descriptor file belongs to a dataset which is in a unix server Orchadmin is a command line utility provided by datastage to research on data sets. search for the Orchadmin commadns to delete the dataset. other wise you can delete the dataset from dstaset management utilit...
by sultan@cts
Tue Aug 10, 2010 1:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting less spaces in viewing the data from seqfile
Replies: 13
Views: 5223

do a hex or octal dump of the file data (use "od" or a similar tool). I am certain that one of those spaces is not like the others (the not-so-subtle reference is intended). We have converted these data to hex with the help of od -x, then only we posted here. From unix its given as 3 spac...
by sultan@cts
Fri Aug 06, 2010 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting less spaces in viewing the data from seqfile
Replies: 13
Views: 5223

Sainath.Srinivasan wrote:Is there any filter property in the filename ?
nope
by sultan@cts
Fri Aug 06, 2010 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting less spaces in viewing the data from seqfile
Replies: 13
Views: 5223

PhilHibbs wrote:Are you sure that they are spaces in the source data?
yes...
by sultan@cts
Fri Aug 06, 2010 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting less spaces in viewing the data from seqfile
Replies: 13
Views: 5223

Re: Getting less spaces in viewing the data from seqfile

data is of type varchar(50) ex: in seqfile : "GATEWAY NEW BUSINESS 14.9" while viewing from unix : "GATEWAY NEW BUSINESS 14.9 (I used code mark so that the spaces display) What tool are you using to "view" the data? If you read the file in DataStage and output a LEN(In.Stri...
by sultan@cts
Fri Aug 06, 2010 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting less spaces in viewing the data from seqfile
Replies: 13
Views: 5223

Getting less spaces in viewing the data from seqfile

Hi, We are getting one space less in the middle of a string when viewing the data through seqfile, but the same data when viewd in unix is showing correct. data is of type varchar(50) ex: in seqfile : "GATEWAY NEW BUSINESSxx14.9" ( spaces are shown as x) while viewing from unix : "GAT...
by sultan@cts
Mon May 25, 2009 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: (current date-open_date) > 13 months
Replies: 6
Views: 3041

Re: (current date-open_date) > 13 months

Hi, i need help in implementing the below logic. If ((current date - open_date ) > 13 months) Then "Y" Else "N" here opendate is decimal(7,0) like MMDDYY format. help me in getting the current date in datastage and also to implement (result )> 13 months. Thanks Sultan hi i have ...
by sultan@cts
Thu May 21, 2009 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: (current date-open_date) > 13 months
Replies: 6
Views: 3041

(current date-open_date) > 13 months

Hi,

i need help in implementing the below logic.

If ((current date - open_date ) > 13 months) Then "Y" Else "N"

here opendate is decimal(7,0) like MMDDYY format.

help me in getting the current date in datastage and also to implement (result )> 13 months.

Thanks
Sultan
by sultan@cts
Thu Sep 13, 2007 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Force compilation
Replies: 1
Views: 822

Force compilation

hi
what is force compilation ,what will hapen if we force compile a job

can any one explain about this. thanks in advance
by sultan@cts
Fri Aug 31, 2007 12:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding DS CLEANUP
Replies: 2
Views: 1426

Regarding DS CLEANUP

HI
When DS cleanup resource is used in director where it will stores the logs.Let me know if my quetion is not clear.

Thanks
Sultan
by sultan@cts
Thu Aug 30, 2007 11:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How many number of jobs can be run using a single sequencer
Replies: 3
Views: 1569

How many number of jobs can be run using a single sequencer

How many number of jobs can be run using a single sequencer job.
by sultan@cts
Mon Aug 13, 2007 12:36 am
Forum: General
Topic: Real Time Integration in datastage
Replies: 2
Views: 1915

Real Time Integration in datastage

What do you mean by Real Time Integration in datastage? Is there any component especially available for doing this process?