Search found 53125 matches
- Sun Sep 14, 2008 1:47 am
- Forum: General
- Topic: ignoring row in file
- Replies: 2
- Views: 1501
1. Remove the first line from the file before you process it. How you do this would depend both on the toolkit available and your skill set with those tools. 2. Ignore the first line (@INROWNUM > 1 in Transformer stage). In this case you will need to set the "missing columns" rules for the Sequentia...
- Sun Sep 14, 2008 12:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to use gunzip -c file_name.gz
- Replies: 5
- Views: 1993
- Sat Sep 13, 2008 11:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to use gunzip -c file_name.gz
- Replies: 5
- Views: 1993
- Sat Sep 13, 2008 10:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: parameter for abort after n rows
- Replies: 2
- Views: 4860
- Sat Sep 13, 2008 10:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string to timestamp
- Replies: 5
- Views: 2478
- Sat Sep 13, 2008 10:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Deadlock Situation.
- Replies: 7
- Views: 1779
- Sat Sep 13, 2008 9:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: set read only jobs to not read only
- Replies: 7
- Views: 2312
- Sat Sep 13, 2008 5:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Deadlock Situation.
- Replies: 7
- Views: 1779
- Sat Sep 13, 2008 4:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string to timestamp
- Replies: 5
- Views: 2478
- Sat Sep 13, 2008 4:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: set read only jobs to not read only
- Replies: 7
- Views: 2312
- Sat Sep 13, 2008 4:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSGetJobInfo to execute in a shell script
- Replies: 3
- Views: 2075
DSGetJobInfo() and its ilk are not commands - they are DataStage BASIC subroutines. They are not directly invokable from the operating system. The dsjob command provides some, but not all, of the functionality. There is a C-callable DataStage API that you can use (in your own C code). You can also d...
- Sat Sep 13, 2008 5:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: set read only jobs to not read only
- Replies: 7
- Views: 2312
Code: Select all
UPDATE DS_JOBS SET READONLY = 'NRO' WHERE NAME = '<<JobName>>';- Sat Sep 13, 2008 3:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning in Config file checker
- Replies: 2
- Views: 966
- Fri Sep 12, 2008 6:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Uses of stages
- Replies: 1
- Views: 1020
- Fri Sep 12, 2008 6:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datstage
- Replies: 3
- Views: 1502