It depends on which version you are running, on whether the compiler directive $OPTIONS NO.CASE has been asserted. I always have case sensitivity switched on.
You might also find this post informative.
Search found 53125 matches
- Wed Sep 13, 2006 2:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: diff b/w DSLinkrowcount & DSJ.LINKROWCOUNT
- Replies: 4
- Views: 2154
- Wed Sep 13, 2006 2:56 pm
- Forum: General
- Topic: Can't login to Data Stage Server from DS client
- Replies: 8
- Views: 5554
- Wed Sep 13, 2006 2:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookup failure
- Replies: 3
- Views: 891
The message is fairly obvious; something in your query is generating a value that is too large. Assuming you are using ODBC, there is a maximum row size and a maximum number of columns that can be transferred. These maxima can be configured in uvodbc.config using the MAXFETCHBUFF and MAXFETCHCOLS pa...
- Wed Sep 13, 2006 2:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migrating From 7.5.2 to 7.5.1A
- Replies: 2
- Views: 674
- Wed Sep 13, 2006 2:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fetch job Stats
- Replies: 8
- Views: 2137
Welcome aboard. :D You can find the dsjob command documented in the Server Job Developer's Guide or the Parallel Job Advanced Developer's Guide If you're on the DataStage server machine, you can use dsjob -report projectname jobname If you want to execute from somewhere else it's dsjob -host yyy -us...
- Wed Sep 13, 2006 2:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Viewing/Writing Contents of a DataSet from a OS
- Replies: 10
- Views: 4647
"file.ds" is not the Data Set. It is the Data Set control file. (And it's definitely not junk!) The data in the Data Set are in separate files in the directories identified as disk resource in your configuration file. These, too, are in DataStage internal form (binary numbers, for example), so you w...
- Wed Sep 13, 2006 2:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 problem
- Replies: 3
- Views: 768
- Wed Sep 13, 2006 2:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error in px
- Replies: 12
- Views: 7360
Are you sure that you've specified the delimiter character correctly in the job design? (Remember that there are three delimiters; field delimiter, final delimiter and record delimiter.) The message suggests that the job has read 100000 bytes without even finding one delimiter character. I'd give up...
- Wed Sep 13, 2006 2:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Assigning value to job paramerter in job
- Replies: 7
- Views: 2483
Always Routines!!! Create a server job to get the maximum value (no point creating a parallel job to process one row). Have this job put the value into its user status area. Use the $UserStatus activity variable to supply the parameter value. Have you thought through the appropriate mechanism for ge...
- Wed Sep 13, 2006 2:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to convert Raw to String
- Replies: 1
- Views: 3105
- Wed Sep 13, 2006 2:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToDecimal Conversion Error
- Replies: 3
- Views: 1508
The conversion is attempting to give you 12 decimal places. In the second case you are getting rounding errors to an acceptable degree of precision (which you can prevent with coding). The first one looks like a bug; maybe you need to test for the absence of a decimal place holder and add a decimal ...
- Wed Sep 13, 2006 2:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with IDOC job with Datastage UserID
- Replies: 5
- Views: 1630
- Wed Sep 13, 2006 2:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 7.5 problem
- Replies: 10
- Views: 2115
- Wed Sep 13, 2006 2:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Which the exhibit concept
- Replies: 4
- Views: 1022
- Wed Sep 13, 2006 2:21 pm
- Forum: General
- Topic: Can't login to Data Stage Server from DS client
- Replies: 8
- Views: 5554
Welcome aboard. :D First things first. Can you connect using the Administrator client? (This uses a different mechanism, not initially attaching to a specific project.) Can you establish a telnet session to the server, cd to the directory where you installed DataStage server, and execute the dsenv s...