Search found 353 matches

by chandra.shekhar@tcs.com
Mon Oct 29, 2012 2:11 am
Forum: General
Topic: Search hard code values
Replies: 6
Views: 3934

@Kannan,
How are you ?

If your jobs are not big, then you can export the jobs in .dsx format and open them in a notepad and you can search for your string there.. :)
by chandra.shekhar@tcs.com
Wed Oct 24, 2012 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while reading File
Replies: 8
Views: 2574

@Craig Its a new line character. Actually this file is getting generated by a Job A and later in Job B this file acts as a source. In Job A, when I view the data of the file(from datastage) its visible. But in Job B, keeping all the properties same as Job A, I am not able to view the data. :cry: I a...
by chandra.shekhar@tcs.com
Wed Oct 24, 2012 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while reading File
Replies: 8
Views: 2574

Its not a fixed length file, as specified the delimeter is ^(caret).
Yeah, this test file is having only 1 record.
whats a <lf> ??
does it have a <lf> at the end
It has a new line character at the end. And in the job 2 columns are defined varchar(50) & Smallint respectively.
by chandra.shekhar@tcs.com
Wed Oct 24, 2012 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while reading File
Replies: 8
Views: 2574

Error while reading File

Hi, I am reading a file through sequential file and I am getting the following error. Internal Error: (endingOffset_ >= startingOffset_+delimLen_): impexp/recordstream.C: 1948 >Traceback: Could not obtain stack trace; check that 'dbx' and 'sed' are installed and on your PATH The properties used in t...
by chandra.shekhar@tcs.com
Tue Oct 23, 2012 12:05 am
Forum: General
Topic: Information Server version 9.1
Replies: 18
Views: 14288

Yeah, we got a mail from our client(IBM) that they have released DataStage 9.1 at IBM Information On Demand 2012 - Global Conference @ Las Vegas 8) Version 9.1 includes a series of advancements that would increase organization's productivity, optimize the integration execution, and accelerate the da...
by chandra.shekhar@tcs.com
Thu Oct 18, 2012 8:01 am
Forum: Site/Forum
Topic: 40k+ users
Replies: 18
Views: 28821

@Craig,
Whats QED ?? :roll:
by chandra.shekhar@tcs.com
Thu Oct 18, 2012 12:21 am
Forum: Site/Forum
Topic: 40k+ users
Replies: 18
Views: 28821

@Ray
I always knew that you were a pedantic :wink:
by chandra.shekhar@tcs.com
Wed Oct 17, 2012 6:52 am
Forum: Site/Forum
Topic: 40k+ users
Replies: 18
Views: 28821

Why? "More than 30,000 Users" remains correct
but more 40k is more precise :wink:
by chandra.shekhar@tcs.com
Wed Oct 17, 2012 1:08 am
Forum: Site/Forum
Topic: 40k+ users
Replies: 18
Views: 28821

40k+ users

The homepagae of dsxchange says MORE THAN 30000 USERS, but there are more than 40k users 8)
When we are going to see
MORE THAN 40000 USERS
:wink:
by chandra.shekhar@tcs.com
Wed Oct 17, 2012 1:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to change TimeStamp Format
Replies: 6
Views: 2769

If you are very sure that your all the years would be of 21st century i.e. starting with 20 Then you can use a simple formula instead of your 2 step method : if NullToEmpty(InfectCon_Patients.SPECIMEN_DATE) = "" then setnull() else if IsValid("date",InfectCon_Patients.SPECIMEN_DA...
by chandra.shekhar@tcs.com
Mon Oct 15, 2012 2:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: substring a column
Replies: 7
Views: 2135

@Craig
I think he's trying to say
Thats ok. take it easy. no comments. work will never stop even if you reply or not
:wink:
by chandra.shekhar@tcs.com
Fri Oct 12, 2012 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading csv , Last Column, String Function (Trim/Left)
Replies: 4
Views: 1792

If I were you, I will never do that untill I find out the exact cause for it. Just manipulating your data according to your need is not a correct practice. First you need to find out that why the square boxes were showing up in your data ? Was it due to the file or due to datatype(CHAR) ? E.g If you...
by chandra.shekhar@tcs.com
Fri Oct 12, 2012 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Aug 2 1958 12:00AM to 1958-08-02 12:00:00
Replies: 3
Views: 2835

If your source and target have Timestamp datatype then you need not to worry. The database will automatically handle it.
By the way, whats the source datatype ?