Search found 594 matches

by rameshrr3
Mon Mar 26, 2007 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Multiple Before Job Commands
Replies: 7
Views: 2267

Thanks Folks

You guys made it sound so simple uh!






-------
Ramesh
by rameshrr3
Mon Mar 26, 2007 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Multiple Before Job Commands
Replies: 7
Views: 2267

Execute Multiple Before Job Commands

Folks Yet again im clueless on this one :roll: ; is there a way in which i can execute multiple TCL commnds and an unix command , all using the before-job subroutine feature? Or do i need to create multiple dummy jobs? I know that you can execute multiple unix commnds by delimiting commands with a s...
by rameshrr3
Wed Mar 21, 2007 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage userid as parameter
Replies: 11
Views: 5428

Hi. Sorry, but I can't read the premium content part. Is there some way you could explain it to me without that part disappearing behind the premium content curtain? _________________ Regards, Vivek D. Reddy Why dont you ask your organization to go in for Corporate membership? That way they can hel...
by rameshrr3
Tue Mar 20, 2007 1:56 am
Forum: Site/Forum
Topic: Formatting Code blocks as plaintext?
Replies: 1
Views: 4030

Formatting Code blocks as plaintext?

Does any text posted as "Code" become plaintext( fixed width text) instead of just "Courier" in a browser? :?: :idea: . If Not is there a way the site admin can make this change? Or is it just that a programming background forces me to think of code as monospaced text? :roll: Wh...
by rameshrr3
Thu Mar 15, 2007 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: i want the details about dsjobs in command line from scratch
Replies: 12
Views: 8953

This illustrates a typical case: A lot of companies do not bother to train resources, reading from manuals alone is not enough. The untrained resource needs to give quick answers based on business 'requirements' and finds it easy to post it in a forum.
by rameshrr3
Thu Mar 15, 2007 2:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop logic in 7.0
Replies: 3
Views: 974

Convert the NULLS in a record to some character string using your NullToString() function. Code should be somewhat like this If IsNull(InputLink.InputColumn) Then "_NULL" else InputLink.InputColumn Pass all records where a single or more column has the value with _NULL to a second Transfor...
by rameshrr3
Mon Mar 12, 2007 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sample px routine
Replies: 10
Views: 3912

The routine worked after i removed the main() function , and added my compiler library directory to the datastage LD_LIBRARY_PATH environment variable.
by rameshrr3
Mon Mar 12, 2007 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ routine
Replies: 12
Views: 4943

Should i generate object file?

Im trying to compile on similar lines i get my compiler path using the following command >dsadmin -listenv Test | grep APT_COMPILER Then i compile the c funtion after verifying if the complier exists >CC -c pxIFStringExists.c i get a file pxIFStringExists.o I go define a new parallel routine in mana...
by rameshrr3
Mon Mar 12, 2007 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sample px routine
Replies: 10
Views: 3912

Sorry to Hijack This thread: Once i have created and object file 'routine.o', where do i place it so that my transformer can access the same? Should the location of the object file be an entry in LD_LIBRARY_PATH? Im aware of how to define a parallel routine in manager. But how do i get to use this r...
by rameshrr3
Fri Mar 09, 2007 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: user_lib file deleted in PXEngine Directory
Replies: 3
Views: 938

user_lib file deleted in PXEngine Directory

Someone has copied a file into user_lib in PXEngine directory, the original user_lib file has now been deleted.
How can i get a copy of user_lib that supplies with data_stage? What can i expect to go wrong , now that user_lib has been deleted?

Thanks
Ramesh
by rameshrr3
Thu Mar 01, 2007 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deployment Automation
Replies: 11
Views: 6468

Oh Yeah, i came across these commands pretty recently, probably after reading Vince's blog on Datastage certification, and lo, the secrets of command line interface are revealed in server job developers guide from page 693 of 776 in the pdf document.
by rameshrr3
Thu Mar 01, 2007 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deployment Automation
Replies: 11
Views: 6468

What do you want?

Creating a project from command line: dsadmin -createproject ProjectName [-location ProjectLocation] eg [color=darkred]dsadmin -createproject Test -location /home/dsdev/Test[/color] Deleting a project from command line: dsadmin -deleteproject ProjectName eg [color=darkred]dsadmin -deleteproject Test...
by rameshrr3
Thu Jan 18, 2007 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input Stage
Replies: 14
Views: 8252

Seetham :Is the namespace declaration copied from the sample XML file? Also if you are posting XML, suggest you use the 'view source' option in IE, to copy the xml text rather than directly copying from browser window.
by rameshrr3
Thu Jan 18, 2007 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding command stage
Replies: 33
Views: 8355

This kind of topic has been discussed before. For those who haven't used the WINDOZE version, refer this link, there is indeed a server job command stage,though im not sure how helpful is is.
by rameshrr3
Mon Jan 15, 2007 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue retrieving number of rows processed
Replies: 18
Views: 5172

The Invisible transformer stage is probably termed as IDENTITY stage. Thats why you have the 'IDENT'.