Search found 15603 matches

by ArndW
Tue Dec 11, 2007 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command dsjob -stageinfo not giving the desired result
Replies: 23
Views: 6362

I think that is what is happening in the dsjob command; you will have to use the DS/BASIC calls (or their c equivalents) or some other method in order to retrieve this information.
by ArndW
Tue Dec 11, 2007 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get job categorie names in unix environment
Replies: 0
Views: 543

A Search would have shown a couple of threads that answer this question, including this one.
by ArndW
Tue Dec 11, 2007 5:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcflush() - Error in mutex_unlock() - Not owner
Replies: 7
Views: 3051

Edit your IPC stage and increase the buffer size to hold at least one full record.
by ArndW
Tue Dec 11, 2007 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Character conversion
Replies: 11
Views: 3299

sendmkpk wrote:... It did not recognize the record
What does that mean?
by ArndW
Tue Dec 11, 2007 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command dsjob -stageinfo not giving the desired result
Replies: 23
Views: 6362

If you take a server job and run "dsjob -report" on it do you get all the desired values - my point is that since the dsjob command preceded parallel jobs it might not have been retrofitted to retrieve all the information or parallel jobs.
by ArndW
Tue Dec 11, 2007 4:32 am
Forum: General
Topic: Regarding UNIX and Scripting
Replies: 3
Views: 964

There are so many books out there that you have a large choice. What book to start with depends upon your general IT knowledge and how you prefer to learn. UNIX for Dummies isn't all that bad to get an overview and a start; but if you really wish to understand UNIX I would recommend a more formal ap...
by ArndW
Tue Dec 11, 2007 4:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connect with EXCEL
Replies: 11
Views: 1510

DSN is enough for Excel access.
by ArndW
Tue Dec 11, 2007 3:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Character conversion
Replies: 11
Views: 3299

I don't understand what you mean by it returning a space. You don't need a trim, just try COUNT(r command could be written as:

Code: Select all

Count(Lnk_Read_Email.EMAIL_METHOD_ID,CHAR(226))>0
by ArndW
Tue Dec 11, 2007 3:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connect with EXCEL
Replies: 11
Views: 1510

On your windows platform, quite easily using ODBC and defining a system DSN on your server.
by ArndW
Tue Dec 11, 2007 3:44 am
Forum: General
Topic: Import Metadata - Cobol copybook parser
Replies: 2
Views: 1750

I wonder if the column start and end just point to the expected positions in the cobol copybook. Normally, your start column should be 8 and end column 72 (1-6 for line numbers, column 7 denotes a comment line, 73-80 used for line numbers and the rest can contain FD data. Usually groups start at col...
by ArndW
Tue Dec 11, 2007 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copy dataset from one server to another
Replies: 7
Views: 4224

As Ray said - you are basically correct that the datasets cannot be easily copied. If your APT_CONFIG file settings point to the same absolute paths on both servers then you could copy the data files and the descriptor file across machines. But it is better to dump the dataset into a sequential file...
by ArndW
Tue Dec 11, 2007 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command dsjob -stageinfo not giving the desired result
Replies: 23
Views: 6362

Have you tried this command on a server job to see if that works - it might be that this is a limitation of the dsjob command line options. Another option might be to use the DS/BASIC functions directly - DSAttachJob(), DSGetJobInfo(), DSGetStageInfo() and DSGetLinkInfo().
by ArndW
Mon Dec 10, 2007 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error:"main_program: Fatal Error: Field not found: Col1
Replies: 7
Views: 1744

Do you still have APT_DISABLE_COMBINATION set to "True"? If that isn't giving you the stage, then you need to make a test copy of the job and remove stages until the error goes away. Perhaps you have a transform stage and are using COL1 in the constraints or stage variable derivations?
by ArndW
Mon Dec 10, 2007 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error:"main_program: Fatal Error: Field not found: Col1
Replies: 7
Views: 1744

Yes, this is probably the reason. I don't have DS available here, but seem to remember that a copy stage doesn't allow renaming columns between input and output. How do you link the two column with different names in the copy stage?
by ArndW
Mon Dec 10, 2007 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiter not found at offset
Replies: 3
Views: 10270

Umm, I would guess you should remove your fixed width setting.