Search found 53125 matches
- Thu Dec 16, 2004 5:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: multi-valued column
- Replies: 3
- Views: 878
- Thu Dec 16, 2004 3:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Clarification on Buildops
- Replies: 2
- Views: 1337
- Thu Dec 16, 2004 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Matchfield to parse a log
- Replies: 1
- Views: 2157
- Thu Dec 16, 2004 2:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: the number of records
- Replies: 7
- Views: 2092
- Thu Dec 16, 2004 2:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert a column data in right justified
- Replies: 4
- Views: 925
There's much more that you can do with the Fmt function; you can read all about it in on-line help or in the DataStage BASIC manual. In "10R", the 10 is the number of character positions, so that it knows how many left spaces to add, and the "R" simply means "right justified", which is what you soug...
- Thu Dec 16, 2004 2:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cleaning out Director log entries
- Replies: 16
- Views: 5929
- Thu Dec 16, 2004 2:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Log files of a Datastage Job
- Replies: 21
- Views: 28485
- Thu Dec 16, 2004 1:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: oracle date problem
- Replies: 7
- Views: 2236
- Thu Dec 16, 2004 1:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Log files of a Datastage Job
- Replies: 21
- Views: 28485
The line LogEntries[10] = DSGetLogSummary(...) is trying to overwrite the last 10 characters of anything that might already be in the LogEntries variable with the result of the function. Square brackets in DataStage BASIC imply substring operations. What you are trying to do in the routine is to get...
- Thu Dec 16, 2004 12:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: oracle date problem
- Replies: 7
- Views: 2236
Is the job parameter in YYYY/MM/DD format? Is the parameter type Date? In this case, beware that DataStage may convert the date to internal format. Check by outputting the value into a text file. If it does, you'll need an Oconv() function in your derivation. The Oracle TO_DATE function is perfectly...
- Thu Dec 16, 2004 12:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage and Unidata tmp directory
- Replies: 5
- Views: 4334
Some of the temp files will be being generated by the DataStage agent processes supporting your connected client. The settings in udtconfig are not at all related to these; rather, their temp directory is set by the UVTEMP configuration parameter in the $DSHOME/uvconfig file. Its default value is /t...
- Wed Dec 15, 2004 7:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: the number of records
- Replies: 7
- Views: 2092
- Wed Dec 15, 2004 7:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: universe table / hash file for the final status of job
- Replies: 4
- Views: 1140
It IS RT_STATUSnn, but you need to be aware that you also have to consider that there are three different record types in this hashed file, and that you also have to select the correct wave number. It's not as easy as it first appears. Also, chances are that it will change markedly in the next (majo...
- Wed Dec 15, 2004 7:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Command line Job Status Options?
- Replies: 4
- Views: 1317
- Wed Dec 15, 2004 7:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORCHESTRATE document needed !!
- Replies: 6
- Views: 2333