Search found 53125 matches
- Tue Apr 17, 2007 6:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date
- Replies: 3
- Views: 1152
- Tue Apr 17, 2007 6:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need workaround to " Job xxx being accessed by another
- Replies: 5
- Views: 1538
When you upgrade to version 8.0 you will get the ability to open the locked job in read-only mode. Apart from that, you need to identify the other user and negotiate. I would not advocate force (Cleanup Resources) as the initial approach. From the list of locks you can determine the MAC address and ...
- Tue Apr 17, 2007 6:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to migrate server jobs to parallel jobs
- Replies: 1
- Views: 1780
Welcome aboard. :D Step 1. Obtain documentation of server job. Step 2. Create parallel job that implements the same functionality. That's all there is. There is no migration tool. IBM and others will sell you consulting services to effect the migration, but it's mostly not done with tools. It's most...
- Tue Apr 17, 2007 6:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deleting a Project
- Replies: 1
- Views: 750
- Tue Apr 17, 2007 6:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: List of Command Line Tools
- Replies: 1
- Views: 818
- Tue Apr 17, 2007 6:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding subroutine
- Replies: 12
- Views: 3384
- Tue Apr 17, 2007 6:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Designing Sequnece job
- Replies: 7
- Views: 1410
How is it possible to run job in parallel in server job?? Think about what you're asking. You want to run one thing in parallel? There are many options, but what are you trying to achieve? A job sequence can run any mix of server and parallel jobs simultaneously. A server job can execute job control...
- Tue Apr 17, 2007 3:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unmappable characters
- Replies: 7
- Views: 3286
- Tue Apr 17, 2007 3:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using the delimiter character (ý) in sequential
- Replies: 10
- Views: 4804
I did not say impossible, I said unwise. Use a hex editor (for example UltraEdit or filepeek) to convince us that the delimiter characters are indeed 253. Please advise whether you have DataStage NLS enabled. If you do, then the "true" ASCII codes 248 through 255 may be being remapped to the Unicode...
- Tue Apr 17, 2007 3:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job hanging due to Identity Column
- Replies: 5
- Views: 1860
- Tue Apr 17, 2007 3:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TRIM
- Replies: 9
- Views: 7175
If they are Chinese-Japanese-Korean (CJK) characters are you sure you want to eliminate them? They are probably valid data. More likely you need to preserve them, would be my guess. This means that you need DataStage National Language Support (NLS) installed, configured and the appropriate character...
- Tue Apr 17, 2007 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CFF Index file Problem...
- Replies: 18
- Views: 7793
From Parallel Job Developer's Guide (version 7.5), Chapter 10 (Complex Flat File Stage): When used as a source, the stage allows you to read data from one of more complex flat files, including MVS datasets with QSAM and VSAM files. When used as a target, the stage allows you to write data to one or ...
- Tue Apr 17, 2007 3:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Does file exist on mainframe
- Replies: 5
- Views: 2629
Ya ls is supported. So I'm thinking... ls and put that list into a file, exit ftp, and run dos to real file line by line looking for my file name. If present do something else. This sound like a good plan? Yes, but there's a better plan. You can use UNIX utilities as well. For example you can use g...
- Tue Apr 17, 2007 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Does file exist on mainframe
- Replies: 5
- Views: 2629
- Tue Apr 17, 2007 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to split record
- Replies: 8
- Views: 5763