Search found 42189 matches

by chulett
Fri May 16, 2014 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To handle empty file/only hd tr file
Replies: 6
Views: 2509

Also realize that you cannot recognize an empty file inside a job to process it and note that somehow. That one you'll need to check separately. Elsewhere.
by chulett
Thu May 15, 2014 10:55 am
Forum: General
Topic: Last Occurrence in String
Replies: 3
Views: 1492

Just to confirm, you specifically mean the last 'occurance' in a delimited string, yes? That was your 'for instance', just wanted to make sure that would cover all of the bases.
by chulett
Thu May 15, 2014 9:45 am
Forum: General
Topic: find select queries of odbc connector stages from repository
Replies: 11
Views: 2101

Why don't we start from the beginning. You haven't posted any specifics about the query you are running nor what "my file" might be or where exactly you are running this query. However, if you are looking for the &COMO& directory, from what I recall there is one in each Project dir...
by chulett
Thu May 15, 2014 7:30 am
Forum: General
Topic: find select queries of odbc connector stages from repository
Replies: 11
Views: 2101

sendmkpk wrote:can i run this command anywhere else and get the output
And there was no need to post this question in three places. I've deleted the other two so we can wrap this up where it started.
by chulett
Thu May 15, 2014 6:59 am
Forum: General
Topic: find select queries of odbc connector stages from repository
Replies: 11
Views: 2101

I assume you are talking about this issue.
by chulett
Thu May 15, 2014 6:55 am
Forum: General
Topic: find select queries of odbc connector stages from repository
Replies: 11
Views: 2101

What elsewhere? Where / how are you running it?
by chulett
Wed May 14, 2014 6:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage equivalent datatype of mainframe
Replies: 6
Views: 1959

Still curious what their target is...
by chulett
Wed May 14, 2014 6:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: binding input interface field error
Replies: 5
Views: 1897

I guess no nulls have been encountered as of yet...
by chulett
Wed May 14, 2014 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to see the non printable characters
Replies: 6
Views: 2383

Or:

Code: Select all

head -2 file.txt | od -x
by chulett
Wed May 14, 2014 10:12 am
Forum: General
Topic: Unzip a file in Linux from DataStage Execute Command
Replies: 4
Views: 1670

Sorry - missed that part. So I would wager it is working fine just not putting the files where you'd really like them. Have you looked in the Project directory? Without directions to the contrary in your unzip command, the files will end up in the "current working directory" which for a ru...
by chulett
Wed May 14, 2014 8:59 am
Forum: General
Topic: uniVerse tables and XMETA tables
Replies: 6
Views: 2949

XMETA supports the new topology and integration into the Infosphere platform, uniVerse is for legacy support... and I do believe all of the legacy structures are duplicated in XMETA.
by chulett
Wed May 14, 2014 8:43 am
Forum: General
Topic: Unzip a file in Linux from DataStage Execute Command
Replies: 4
Views: 1670

Why don't we start with... the error(s) you get. I could guess but I'd rather not.
by chulett
Wed May 14, 2014 6:45 am
Forum: General
Topic: DataStage upgrade from 7.5.1 A to 9.1.2
Replies: 3
Views: 2569

8.7 gets mentioned in upgrade scenarios because you can do an "in place" upgrade to higher versions from there. You can go from any lower version to 9.1 using the full stand-alone "export / import" process. Well, any within reason, of course. :wink:
by chulett
Wed May 14, 2014 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage equivalent datatype of mainframe
Replies: 6
Views: 1959

OK... a signed number with an implied decimal. So about this need you have. What is your target - do you want to read it into a string so you end up with an explicit sign (+/-) at the end? Or you just need it to be a properly signed decimal? Assuming the former as the latter should happen automatica...