Search found 194 matches

by thurmy34
Wed Mar 28, 2007 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to eliminate Special characters
Replies: 2
Views: 1296

Hi
You can use the oconv function like this

Code: Select all

X = Oconv("John^CSmith^X1-234", "MCP")
by thurmy34
Wed Mar 21, 2007 4:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: My Jobs Disappear
Replies: 2
Views: 875

My Jobs Disappear

Hi,
I just want to let you know how I solved this problem.
Last Monday, i opened the Designer and my jobs weren't there.
I opened the last job in the file menu and it worked.
I did a query in the admisnitrator and it worked.
So with the command DS.REINDEX ALL my jobs hopefully came back.
by thurmy34
Wed Mar 21, 2007 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Possibility of partial reading of flat file
Replies: 4
Views: 1027

Hi,

Do you try the Complex Flat File,who is designed to treat special file.
In that pluggin you can specify the start and the end row.
by thurmy34
Wed Jan 24, 2007 3:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal to COMP3
Replies: 18
Views: 10587

Hi
Do you try to write in a CFF stage ?
I don't do it myself but maybe it will transfrom your data to the copybook format.
by thurmy34
Mon Jan 22, 2007 3:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance with 7.1r2
Replies: 8
Views: 1904

Hi, I'm sorry for the delay. I changed my job by deleting the link collector and using a pivot stage. The job runs with the time it had in the previous version. I'm just worried about the behavior of Datastage. A minor change shoudn't have a huge impact. I have to change a lot of jobs , because they...
by thurmy34
Fri Jan 19, 2007 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance with 7.1r2
Replies: 8
Views: 1904

Hi,
My job split rows and use a link collector before writing in a DB2 database.
I'll investigate if others changed where made with this upgrade.
by thurmy34
Fri Jan 19, 2007 2:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance with 7.1r2
Replies: 8
Views: 1904

Performance with 7.1r2

Hi
Since we migrate to the 7.1r2 from the 7.1r1 we have some issues.
We have job that run forerever.
We have job that last 2:44 minutes r1 and now last 47:28 minutes.
Did someone encounter the sames troubles ?

Thanks for Helping
by thurmy34
Mon Jan 15, 2007 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete with no log in DB2
Replies: 5
Views: 2454

If i do that (''01/01/2007'') db2 looks for a column named 01/01/2007 and it's doesn't work. Anyway, for some reasons the other guys in my team thought that i can't do that in the DB2 API. I test it and it works. In the before tab I have ALTER TABLE DBM02.IFCE_IFC_CD_ECRITURES_COMPTABLE ACTIVATE NOT...
by thurmy34
Mon Jan 15, 2007 2:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete with no log in DB2
Replies: 5
Views: 2454

Kumar, I call the delete.cmd in a Before routine. The delete.cmd create a sql file and execute it like that DB2CMD.EXE /w /c DB2.EXE -tvf FicSql -l FicLog The sql file cotains UPDATE COMMAND OPTIONS USING C OFF; CONNECT TO DB1 USER USR1 USING xxxx; ALTER TABLE DBM02.IFCE_IFC_CD_ECRITURES_COMPTABLE A...
by thurmy34
Mon Jan 15, 2007 2:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete with no log in DB2
Replies: 5
Views: 2454

Delete with no log in DB2

Hi, I would like to perform a huge delete inside Datastage. I have to handle the log of the database. I know the db2 command and it's works with a call to a .cmd file. I have some issue with the ' caractere who disappear between datastage and my cmd.(ex Date_1='01/01/2007' in datastage become Date_1...
by thurmy34
Wed Jan 10, 2007 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem reading Mainframe EBCDIC file
Replies: 11
Views: 3484

Hi Sorry for being so long but I had some issue with my account. When I rewrote the job I use your files (no_header.txt and header.txt) and in the header.text I have 1 header and 33 Bodies. The selection criteria tab is set with (for the header link) Start Record=0 and End record=0 ID Fields=Rec_Typ...
by thurmy34
Tue Jan 09, 2007 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem reading Mainframe EBCDIC file
Replies: 11
Views: 3484

Hi Sorry for the miscue. I just want to check the value of this fields. For the body it's Start=2 End=9999999999999999999 (to be sure to proceed all the rows). I just download your job, rewrite it and i have one header and 33 bodies in my results files. By the way you can do the same thing with one ...
by thurmy34
Tue Jan 09, 2007 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem reading Mainframe EBCDIC file
Replies: 11
Views: 3484

Hi Sorry for the miscue. I just want to check the value of this fields. For the body it's Start=2 End=9999999999999999999 (to be sure to proceed all the rows). I just download your job, rewrite it and i have one header and 33 bodies in my results file. By the way you can do the same thing with one l...
by thurmy34
Mon Jan 08, 2007 2:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem reading Mainframe EBCDIC file
Replies: 11
Views: 3484

Hi,
Do you set the Start/End Record fields in the selection Criteria tab.
Start=1 End=1 for the header
Start=2 End=0 for the Body.
by thurmy34
Fri Dec 22, 2006 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ds Transform and Production
Replies: 7
Views: 2720

How can i validate my compile if the import works on the pre-prod server and not on the production one ?

Maybe something is wrong on the production server ?
I forgot to mention that the project is protected.