Search found 87 matches

by Raamc
Wed Oct 21, 2009 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extra character at the end of file
Replies: 2
Views: 1741

Extra character at the end of file

Hi All, I am concatenating three files into a single file by using the windows COPY command. I am concatenating these in a basic routine. COPY command was executing sucessfully but one extra record with data as '->'is inserting at the end of the file. Can any one have idea why this extra record has ...
by Raamc
Thu Oct 15, 2009 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date in MMDDCCYY format
Replies: 4
Views: 2475

Thanks Ray,

It is perfectly working.
by Raamc
Wed Oct 14, 2009 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date in MMDDCCYY format
Replies: 4
Views: 2475

Date in MMDDCCYY format

Hi All,

Can any one help me to conver the system date into DDMMCCYY format?

I coluld not find any equivalent VM-CONVERSION character in OCONV function.
by Raamc
Tue Oct 13, 2009 12:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP a file with TIMESTAMP in name
Replies: 3
Views: 2962

FTP a file with TIMESTAMP in name

Hi All, I need to FTP a file to remote server by using the FTP stage in Server jobs. While FTPing, I need to append the current timestamp to the name of the file. If I look at FTP stage properties, only way to give names at runtime is through JOB-LEVEL-parameter. Now, How can I assign a value to a J...
by Raamc
Wed Sep 30, 2009 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Searching for a word in string in a column
Replies: 7
Views: 1525

Thanks ArndW. I will test this. Meanwhile i have given one try on function COUNT in basic. It is also working it seems. I put this function in a routine and tested. Code is as below Ans = COUNT (Arg1,Arg2) Arg1 is my COL1 Arg2 is my string to search. It is returning the valid count. Thanks again,
by Raamc
Wed Sep 30, 2009 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Searching for a word in string in a column
Replies: 7
Views: 1525

Hi All,

The word BANANA may come also as BANANALYKJKJS or BANANALY etc in COL1.
The below given code will return TRUE even for this kind of strings also?
by Raamc
Wed Sep 30, 2009 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Searching for a word in string in a column
Replies: 7
Views: 1525

Searching for a word in string in a column

Hi, I have a column with data COL1='APPLE BANANA CHERRY ETC'. I want to check weather the word BANANA is there in the COL1 or not? word BANANA may come at any position in COL1. Currently it is 2nd word but in real data it may come as 5th word also, even in that case also i need to return a flag. Can...
by Raamc
Fri Jun 26, 2009 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine Compiling
Replies: 4
Views: 1762

I tried to compile my routine using the CXX compiler. While compiling it is giving the error as "Compiler "cl" not found." I have MS Visual Studio 2005 is installed on my machine. Even i give cxx and give enter on command line, it is showing the same ERROR. Can any one help me ho...
by Raamc
Wed Jun 24, 2009 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine Compiling
Replies: 4
Views: 1762

Routine Compiling

Hi, I have written a CPP program for implementing the Parallel routines on WINDOWS machine. I tested my CPP program with VC++ and it is working fine. Now i need to create a .o file for linking it to the Parallel routine. I am trying to compile my code with cxx compiler on Windows command prompt. My ...
by Raamc
Fri May 01, 2009 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannor view the logs
Replies: 8
Views: 2693

Cannor view the logs

Hi, Im not able to view the logs for any of the jobs in my project. When I try to view the job logs Im getting below error message: "Error selecting from log file RT_LOG998 Command was: SSELECT RT_LOG998 WITH @ID LIKE '1N0N'COUNT.SUP Error was: Unable to open DICT "RT_LOG998" Im able ...
by Raamc
Tue Oct 21, 2008 3:59 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Infinite Loop in Webservices Pack
Replies: 7
Views: 4606

Thanks Chulett, For Designing the Polling process job we dont need RTI or webservices pack in Datastage? Files will be arrive one day in a month (We dont know which day it should be). When the files are ready on source system then Datastage has to get the file ASAP else file will be deleted (automat...
by Raamc
Mon Oct 20, 2008 10:25 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Infinite Loop in Webservices Pack
Replies: 7
Views: 4606

Thanks for the responses. It is a file from source system. The XML will be FTPed to staging server as a file. My requirement is : If the file is ready on source system, then it will generate a XML saying file is ready to FTP and that XML will be sent to Datastage as FILE. Datastage has to receive th...
by Raamc
Mon Oct 20, 2008 8:11 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Infinite Loop in Webservices Pack
Replies: 7
Views: 4606

Infinite Loop in Webservices Pack

Hi, I have a requirement to wait my job in infinite loop until it gets a XML from some other system. Once it gets the XML, it has to process that XML and start other jobs. I came to know that we can do with Webservices in Datastage but my concern is " IS WEBSERVICES JOB WILL WAIT IN INFINITE LO...
by Raamc
Fri Aug 29, 2008 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -903 ORA-00903: invalid table name
Replies: 12
Views: 11389

Have you checked whether any schema updations/changes has gone on your database side? :roll:
by Raamc
Fri Aug 29, 2008 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Julian dates to YYYYMMDD
Replies: 2
Views: 2577

This is already discussed in this forum.

Refer the below link. This may helpfull to you

viewtopic.php?t=102387&highlight=julian+date