Search found 13 matches

by santhoshrao.kuttuva
Thu May 21, 2009 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Requirement
Replies: 3
Views: 1746

ray.wurlod wrote:Use a sequence with an appropriate Execute Command activity to retrieve the file name and pass it to a Job activity as a parameter value. ...

Thank you
by santhoshrao.kuttuva
Wed May 20, 2009 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How are jobs implemented internally?
Replies: 3
Views: 1855

ray.wurlod wrote:A parallel job design is stored as (a) generated OSH, which can be viewed in job properties, and (b) generated C++ objects/libraries. ...
Thanks a lot....
by santhoshrao.kuttuva
Wed May 20, 2009 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connection pooling
Replies: 6
Views: 3025

Sainath.Srinivasan wrote:Your questions appear unconnected.

Are they for any interview ?

yes.....
by santhoshrao.kuttuva
Wed May 20, 2009 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connection pooling
Replies: 6
Views: 3025

Connection pooling

How Connection Pooling can be done in DataStage?

*Title changed to be more descriptive - Content Editor*
by santhoshrao.kuttuva
Wed May 20, 2009 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How are jobs implemented internally?
Replies: 3
Views: 1855

How are jobs implemented internally?

How jobs internally implemented in Datastage Engine and I have to know in which format the jobs will be stored inside repository.

Please help
by santhoshrao.kuttuva
Wed May 20, 2009 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Requirement
Replies: 3
Views: 1746

Requirement

How to design a job that picks a file with today's date only from a folder and process some transformations...???
by santhoshrao.kuttuva
Wed May 20, 2009 1:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement sorting on Server Job?
Replies: 2
Views: 1419

How to implement sorting on Server Job?

How to implement sorting on Server Job?

What are the properties need to be set inside Sort Stage
by santhoshrao.kuttuva
Mon May 18, 2009 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading File pattern
Replies: 3
Views: 1626

chulett wrote:Short answer is "yes" and quickest way to test would be to try it. ...

yes, I tried specifying the file name as

"sample.(19|20)\d\d[- /.](0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])"

but i cant able to view the data... Please help
by santhoshrao.kuttuva
Mon May 18, 2009 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading File pattern
Replies: 3
Views: 1626

Reading File pattern

Hi all In my source sequential stage properties I have specified Read method as File Pattern. Whether I can specify the file pathname with any regular expressions. For e.g., "X:\DS\sample.regular expression" My actual file name will be like this "sample.20090405" Please advice wi...
by santhoshrao.kuttuva
Thu May 14, 2009 4:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing Flat files
Replies: 6
Views: 2825

Thanks for ur response.... My format for file name is as follows eg MASS.F0XX.YYYY.200904051800. MASS- mandatory XX - it can be 0,1 or 2 like "F021" YYYY - the value will be from 0000 to 9999 200904051800- Timestamp should be in this format.. WHAT format ?!!! In a job sequence you might us...
by santhoshrao.kuttuva
Tue May 12, 2009 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing Flat files
Replies: 6
Views: 2825

yes .. first validating the filename with the format .. if it satisfies the format it should proceed further... Read it as a varchar and use constraints in transformer to separate out the header and trailer . You mentioned my file name for eg.MASS.F012.034.200904051800. each field should be validate...
by santhoshrao.kuttuva
Tue May 12, 2009 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenating the target file with the system date
Replies: 4
Views: 2924

concatenating the target file with the system date

Hi all

i have a requirement as when my job gets run the target file which i specified should return with the current system date.

for eg., i have to get the target file name as " sample 20090405.txt"

Pleas eadvice ... Thanks in advance...
by santhoshrao.kuttuva
Tue May 12, 2009 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing Flat files
Replies: 6
Views: 2825

Processing Flat files

Hi all Iam having a flat file which need to be processed.. The file is delimited by semicolon and before extraction the file name should be validated. my file name for eg.MASS.F012.034.200904051800. each field should be validated with some default format .. after the file naming pattern satisfies th...