Search found 15603 matches
- Fri Aug 25, 2006 7:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Releasing Job Locks
- Replies: 3
- Views: 1318
- Fri Aug 25, 2006 7:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Enterprise Edition Certification [ Test 415 ]
- Replies: 9
- Views: 2493
- Fri Aug 25, 2006 6:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Routine for Subtraction of Dates in server job
- Replies: 2
- Views: 1270
If you are in PX then: See DataStage Parallel Job Developer's Guide Appendix B-1, the function is called DaysSinceFromDate If you are in Server then: The internal date format in server is a number. So if you ICONV() your 2 dates and take the difference between these two numbers you will have your re...
- Fri Aug 25, 2006 6:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Track duplicate rows in the source data
- Replies: 4
- Views: 1943
- Fri Aug 25, 2006 2:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job running no result
- Replies: 9
- Views: 4912
Hopefully you are not issuing "kill" commands to stop the job. After you stop the job and do a "reset" you might have an entry in the log file labelled "from previous run", if so what does that log entry say? Have you turned on any PX logging (i.e. APT_DUMP_SCORE)? Have you any jobs at your site tha...
- Fri Aug 25, 2006 2:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage server Maintainence
- Replies: 24
- Views: 11164
- Thu Aug 24, 2006 11:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem with CSV data.
- Replies: 11
- Views: 6202
OK, I was afraid of that. In this case DS (both server and PX) have no way of knowing where to split the columns. The file is not machine-readable (unless you can guarantee that the string of `","` does not show up in the text and all columns are double-quote delimited. Have your program that genera...
- Thu Aug 24, 2006 10:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem with CSV data.
- Replies: 11
- Views: 6202
In my case I just used a sequential file stage to read the file (DS Server interprets the ",," nullable input correctly) and then outputted a fixed width sequential that PX Server then reads. With an appropriate null pad character and fixed lengths the PX read is very easy to do. I'm not sure that I...
- Thu Aug 24, 2006 10:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to obtain the starttimestamp of the parent-sequencer
- Replies: 15
- Views: 5712
- Thu Aug 24, 2006 9:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem with CSV data.
- Replies: 11
- Views: 6202
- Thu Aug 24, 2006 9:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not able to fetch any record.
- Replies: 7
- Views: 1880
- Thu Aug 24, 2006 9:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate current date in format YYYYMMDD
- Replies: 7
- Views: 3754
- Thu Aug 24, 2006 9:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to obtain the starttimestamp of the parent-sequencer
- Replies: 15
- Views: 5712
I used JobHandle = DSJ.ME and you changed that, so that part won't work. After you get a job name you need to issue a call to DSAttachJob() to open up a new handle and then use that handle for the next call to DSGetJobInfo() . Any more code would only be visible to you if you were a premium member, ...
- Thu Aug 24, 2006 9:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple Projects or One Project with many categories
- Replies: 1
- Views: 604
- Thu Aug 24, 2006 9:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate current date in format YYYYMMDD
- Replies: 7
- Views: 3754