Search found 3 matches

by saragaul
Mon Jun 16, 2008 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log Definitions
Replies: 1
Views: 690

Log Definitions

Where can I find information about the following files:

DS_TEMP
RT_BPnnn
RT_CONFIG
RT_STATUS
RT_LOG

How do we clean up these files?
by saragaul
Thu May 01, 2008 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Formatting VarChar in EBCDIC for Parallel Jobs
Replies: 2
Views: 1002

Would creating an additional two character fields to hold the length of the field work and then find the length of the field and populate the length field by converting the length to hex?
by saragaul
Wed Apr 30, 2008 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Formatting VarChar in EBCDIC for Parallel Jobs
Replies: 2
Views: 1002

Formatting VarChar in EBCDIC for Parallel Jobs

In Server Jobs we used the OCONV function to format a VarChar length into a binary number.

Is there a function in DataStage to format a Number into a Binary Number inside a parallel transformer? How would you code a VarChar field with a length of 500?