Search found 15603 matches
- Wed Jun 25, 2008 3:17 am
- Forum: General
- Topic: ms in timestamp always show up as 0 (linux)
- Replies: 6
- Views: 2764
- Wed Jun 25, 2008 2:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSGetJobInfo for get sequence name
- Replies: 4
- Views: 2131
The DSJobController macro that Craig mentioned will give you the runtiem information for a job - meaning that it will return the job or sequence name that called it for a given run. I've been using V8, which has extended metadata reporting capabilities, so cannot give you the exact method to use a V...
- Wed Jun 25, 2008 2:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import warning with sequential file
- Replies: 3
- Views: 1117
Re: Import warning with sequential file
is the important part. You haven't defined line terminators identical to your file contents.dodda wrote:...Missing record delimiter "\n", saw EOF instead...
- Wed Jun 25, 2008 2:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job stops running after some time
- Replies: 13
- Views: 5660
- Tue Jun 24, 2008 8:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sysdate in the job
- Replies: 2
- Views: 905
- Tue Jun 24, 2008 7:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ASCII Nulls in Sequential File
- Replies: 3
- Views: 1230
- Tue Jun 24, 2008 5:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Operator terminated abnormally: runLocally did not return AP
- Replies: 1
- Views: 1121
Mandyli - that is the DataStage equivalent of the "Warning" light in your car lighting up. It means something has gone wrong but doesn't really narrow down the cause. Has your job ever run without the error? Have you tried resetting the job to see if the log shows more information? Are there other m...
- Tue Jun 24, 2008 2:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting Warning
- Replies: 4
- Views: 2911
- Tue Jun 24, 2008 2:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading into Packed Decimal Field
- Replies: 1
- Views: 1411
PICS S9(5) COMP-3 is a standardized COBOL format, it can contains values from -99999 through 99999 and always uses 3 Bytes (6 nibbles or 24 bits) to store this information. Each digit is stored in 4 bits (1 nibble) and the sign occupies another 4 bits. 7 numeric digits will fit into a PIC S9(7) COMP...
- Tue Jun 24, 2008 2:13 am
- Forum: General
- Topic: ms in timestamp always show up as 0 (linux)
- Replies: 6
- Views: 2764
What about
Code: Select all
TimestampToString(CurrentTimeStampMS(),"%yyyy%mm%dd%hh%nn%ss.3")- Tue Jun 24, 2008 12:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: last date of next month
- Replies: 2
- Views: 1333
- Tue Jun 24, 2008 12:22 am
- Forum: General
- Topic: ms in timestamp always show up as 0 (linux)
- Replies: 6
- Views: 2764
- Tue Jun 24, 2008 12:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not able to View data from dataset
- Replies: 11
- Views: 3780
When I do "orchadmin describe -c {dataset name}", i am getting the following error: ##E TFPA 000021 $APT_CONFIG_FILE was not set... As mentioned earlier, you will need to set the UNIX env variables and also run the ". $DSHOME/dsenv" file. I am not at a datastage site right now, but I think that the...
- Mon Jun 23, 2008 7:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Best ways for updating a table
- Replies: 19
- Views: 5131
- Mon Jun 23, 2008 7:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not able to View data from dataset
- Replies: 11
- Views: 3780