Search found 15603 matches

by ArndW
Thu Aug 20, 2009 3:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copying stage variable names
Replies: 5
Views: 1544

Do you want to copy them from one transform stage to another? I don't know of a way to do this in the designer, unfortunately. It might be possible to do via cut-and-paste from a .dsx export file.
by ArndW
Wed Aug 19, 2009 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: first() implemation in datastage
Replies: 5
Views: 3040

DataStage also has an aggregator stage with similar functionality. Have you tried using that?
by ArndW
Wed Aug 19, 2009 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "NOT IN VOC" Error
Replies: 10
Views: 4227

I think we are still unclear as to where this is happening and what is triggering it. It seems to be a executing a TCL shell command but using a UNIX type path.
by ArndW
Wed Aug 19, 2009 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Problem while reading COBOL file
Replies: 7
Views: 1793

Use notepad++ or some other tool that will let you see the true binary contents. Using the CFF stage is "too late" to find errors in this case.
by ArndW
Wed Aug 19, 2009 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excuting Job Conditionally
Replies: 5
Views: 1368

"Command Activity" lets you execute a shell command. This would be a SQL Command to your database to get the results from the table. This result can be check in the job sequence and can be used as the condition on whether or not to execute a job.
by ArndW
Wed Aug 19, 2009 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Counting number of row level constraints used in a Job
Replies: 5
Views: 2211

Do you mean how many stage output links have constraints or how many rows go through those constraints at runtime?
by ArndW
Wed Aug 19, 2009 6:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Problem while reading COBOL file
Replies: 7
Views: 1793

But in your first post you mentioned that you had a binary local copy - that is the one where I'd like to see what the binary values are and if they are actually a COMP-3 representation.
by ArndW
Wed Aug 19, 2009 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Problem while reading COBOL file
Replies: 7
Views: 1793

Can you post the hex values in the source for one of those packed decimal columns as well as the PIC clause for that column?
by ArndW
Wed Aug 19, 2009 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Error: (nullFieldEntry): transform/evalexp.C: 5898
Replies: 1
Views: 987

By looking at the line number that is a pretty big transform stage and it will be difficult to locate your error. You can always look at the actual "evalexp.C" line 5898.
by ArndW
Wed Aug 19, 2009 4:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of IPC stage for server jobs
Replies: 1
Views: 957

If you reset the job and then see if additional information is visible in the "from previous run..." entry.
by ArndW
Wed Aug 19, 2009 4:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: update flat file
Replies: 7
Views: 2129

Sainath, sure - that's what text editors and other applications do. But I think that the OP might imagine one could "update" records in a flat file via DataStage PX jobs and that won't work.
by ArndW
Wed Aug 19, 2009 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read Temp .. OMD.XML.DIR when running job
Replies: 12
Views: 9954

I haven't seen messages of this type, could you perhaps post the full log message? Is this for all jobs or certain jobs?
by ArndW
Wed Aug 19, 2009 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: update flat file
Replies: 7
Views: 2129

Bear in mind that flat files cannot normally be "updated" in the sense of replacing line nn with another value.
by ArndW
Tue Aug 18, 2009 12:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs Aborts
Replies: 7
Views: 3100

Lol - so both of us were wrong. OP regarding their version, me regarding which version is the right one :oops:

Try seeing if your CONFIG file is valid, either via UNIX "orchadmin check" or via the "Configurations" toolbar item in the designer.
by ArndW
Tue Aug 18, 2009 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Mismatch using ODBC connector stage
Replies: 18
Views: 3525

And if you manually use SQL to do the same insert statement is the error the same?