Search found 53125 matches
- Wed Jul 29, 2009 11:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bug found in sequential file stage of Information Server
- Replies: 3
- Views: 1316
- Wed Jul 29, 2009 11:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Which is the better File Format
- Replies: 8
- Views: 2706
- Wed Jul 29, 2009 7:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Which is the better File Format
- Replies: 8
- Views: 2706
- Wed Jul 29, 2009 5:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Encryption within DataStage
- Replies: 11
- Views: 16743
- Wed Jul 29, 2009 5:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Default dscs and dsapi_slave connection
- Replies: 7
- Views: 2373
All dscs processes are started as child processes of dsrpcd. The dsrpcd process (DataStage RPC daemon) listens on port #31538 for connection requests from DataStage clients, which all request the dscs service. In the dsprcservices file, the RPC daemon determines that the dscs service is implemented ...
- Wed Jul 29, 2009 5:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS_AUDIT
- Replies: 7
- Views: 3394
This should get you under way.
Code: Select all
SELECT SUBSTRING(DTM FROM 1 FOR 10) AS MOD_DATE,
CAST (CURRENT_DATE AS VARCHAR) CONV 'D-YMD[4,2,2]' AS TODAY
FROM UNNEST DS_AUDIT ON MODS
WHERE DTM IS NOT NULL AND DTM > '' AND MOD_DATE = TODAY;
- Wed Jul 29, 2009 5:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to binary
- Replies: 2
- Views: 659
- Wed Jul 29, 2009 5:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate report on data movement from source to target
- Replies: 6
- Views: 2428
- Wed Jul 29, 2009 4:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage MVS version to IIS v8.x
- Replies: 3
- Views: 1512
- Wed Jul 29, 2009 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable Create Copy or Save As Job
- Replies: 11
- Views: 7173
- Wed Jul 29, 2009 4:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improve performance
- Replies: 20
- Views: 6160
- Wed Jul 29, 2009 4:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of DataStage
- Replies: 6
- Views: 4674
- Wed Jul 29, 2009 4:40 pm
- Forum: General
- Topic: Compare two Datastage jobs
- Replies: 13
- Views: 18944
- Wed Jul 29, 2009 4:39 pm
- Forum: General
- Topic: the operator is not parallel
- Replies: 3
- Views: 1727
- Tue Jul 28, 2009 11:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Default dscs and dsapi_slave connection
- Replies: 7
- Views: 2373