Search found 15603 matches

by ArndW
Mon Aug 29, 2005 5:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in ODBC STAGE
Replies: 16
Views: 5086

It looks like you have a text-translation error with the ENAME field... There are several methods of getting this error. Quickest is to look at the detail records in the DIRECTOR log file for the job run - I am sure that the insert/update statement is generating a database error through ODBC. You ca...
by ArndW
Mon Aug 29, 2005 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Short read encountered?
Replies: 4
Views: 4631

It means that this record is not fixed length, that the end-of-line mark was encountered in the wrong location. You should check your file with a text editor and should be able to quickly see the incorrect line. Since the DataStage mechanism on fixed-length files splits the processes by using a form...
by ArndW
Mon Aug 29, 2005 4:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent: How to perform joins in DataStage Server
Replies: 5
Views: 1562

Maffan76, you will notice that this thread will remain rather quiet. If you do a search of the forum using the keyword "urgent" this will be explained to you. But your best source of information on this seminal subject is the .pdf file on your own pc - look at Start -> Programs -> Ascential DataStag...
by ArndW
Mon Aug 29, 2005 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in ODBC STAGE
Replies: 16
Views: 5086

Hello qmbs, first off, welcome to the forums. The next time you post, please make sure to do it in the appropriate forum - this is the "testimonial" forum and this question doesn't belong here. I am sure that one of those with access rights will move it soon. DataStage has no problem going from ODBC...
by ArndW
Mon Aug 29, 2005 1:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort Stage Problem
Replies: 5
Views: 951

snassimr, with a sequential source file you really should pre-sort it at the DOS/UNIX before the job to increase the effective speed. 2500 rows per seconds is not necesarily fast, but if you change your job so that it doesn't write anything (put a constraint into a transform that doesn't transfer ro...
by ArndW
Sun Aug 28, 2005 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read packed decimal??
Replies: 6
Views: 1721

Kumar, if I understand this correctly, you sometimes have 2 characters in a column, and sometimes the contents is a 2-byte packed decimal? This is highly unlikely coming from COBOL; most likely the column is always packed decimal and occasionally the numbers will show as valid text characters. In se...
by ArndW
Sat Aug 27, 2005 3:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Juilan date Conversion
Replies: 3
Views: 939

If you take your base date and convert it to internal format ICONV("1900-01-01","D4-YMD") you can subtract that from the date in question ICONV(In.Date,"D4YMD") to get number of days since base. This is, I think, the date you are looking for. Please refrain from using the word "urgent" in your posts...
by ArndW
Fri Aug 26, 2005 12:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment Variable in Before-Job subroutine
Replies: 5
Views: 1285

It would be helpful if you could tell us what the error is.
by ArndW
Fri Aug 26, 2005 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Schedual
Replies: 11
Views: 3317

Yes, ds uses the normal cron scheduler on unix.
by ArndW
Fri Aug 26, 2005 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Schedual
Replies: 11
Views: 3317

The DataStage director uses AT on Windows platform, so any jobs you schedule in DS will be visible using the AT command, just as Ray and Sainath have already stated.
by ArndW
Fri Aug 26, 2005 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: major difference
Replies: 5
Views: 1400

I think the answer to that is more a matter of taste & opinion. For those in this forum who have been using the underlying UniVerse system since before 1980 I think the answer is "no". But I certainly hope that Px will at least close the gap to make Px more of an ETL tool than it's current EtL s...
by ArndW
Fri Aug 26, 2005 10:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Schedual
Replies: 11
Views: 3317

kudaka, in a win32 or command.com shell from Windows, not from DataStage, just type AT without a hyphen. If it isn't installed then you would be getting a different type of error message.
by ArndW
Fri Aug 26, 2005 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Microsoft server moved to new domain - reinstall required?
Replies: 7
Views: 2575

I seem to remember having had a similar issue, where the server name changed from myhost.companyone.com to myhost.companytwo.com and we had to re-install. I cannot recall the symptoms, but your problem does sound a bit familiar.
by ArndW
Fri Aug 26, 2005 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: When doing lookup, NOTFOUND constraint does not work.
Replies: 4
Views: 2903

Ouch - I have been using NOTFOUND in my recent server jobs, looking up either Hashed files or ODBC stages to hashed files. I haven't seen errors yet -- are there any known rules to the failures in NOTFOUND?
by ArndW
Fri Aug 26, 2005 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: major difference
Replies: 5
Views: 1400

Please use the Search facility or the FAQ forum for this type of question. It has been posed & answered before. DataStage Server uses an underlying post-relational database system (it used to be identical with UniVerse, now an IBM product) as the foundation for the ETL program suite. Programs ar...