Search found 364 matches

by JDionne
Thu Oct 23, 2003 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic Time Stamp
Replies: 10
Views: 3983

spracht wrote:Can't remember, try to use

DSJobStartDate
DSJobStartTime
DSJobStartTimestamp

in your file name specification. like

file#DSJobStartDate#.txt to get 'file_2003-10-23.txt' as your file name.
that makes sence....but where do i put that to rename the original data file? after job completion.....
by JDionne
Thu Oct 23, 2003 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic Time Stamp
Replies: 10
Views: 3983

spracht wrote:A couple of weeks ago, Michael Hester pointed out that you can use DS makros just like job parameters, surrounded by hashes, to achieve that.
How would I search to find that post so that I can figure it out?
What was the tipc subject?
Jim
by JDionne
Thu Oct 23, 2003 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic Time Stamp
Replies: 8
Views: 1758

Dynamic Time Stamp

I have a process currently in SQL server that runs a query and outputs a string of date time information into a batch file. Then I run the batch file to rename a load file. I am moving away from sql server and using DataStage as my data processing tool of choice. Is there a way for data stage to dyn...
by JDionne
Thu Oct 23, 2003 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic Time Stamp
Replies: 10
Views: 3983

Dynamic Time Stamp

I have a process currently in SQL server that runs a query and outputs a string of date time information into a batch file. Then I run the batch file to rename a load file. I am moving away from sql server and using DataStage as my data processing tool of choice. Is there a way for data stage to dyn...
by JDionne
Tue Oct 21, 2003 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File Deffinition
Replies: 3
Views: 921

I think that I have found my problem. The row length of my records is 1373 where an average txt file can only handle around 1125 characters. My records have been forced to wrap causing my error. Thanx for the help
Jim
by JDionne
Tue Oct 21, 2003 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File Deffinition
Replies: 3
Views: 921

Sequential File Deffinition

I am tring to define a sequential file to import into a SQL server database. I cant seem to get the file definition correct. I use the layout that I was given by the data provider inserting the length of each coloumn. When I try to use it I get the error to many coloumns in record. I have defined th...
by JDionne
Tue Oct 21, 2003 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File Deffinition
Replies: 0
Views: 327

Sequential File Deffinition

I am tring to define a sequential file to import into a SQL server database. I cant seem to get the file definition correct. I use the layout that I was given by the data provider inserting the length of each coloumn. When I try to use it I get the error to many coloumns in record. I have defined th...
by JDionne
Tue Oct 21, 2003 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File Deffinition
Replies: 0
Views: 296

Sequential File Deffinition

I am tring to define a sequential file to import into a SQL server database. I cant seem to get the file definition correct. I use the layout that I was given by the data provider inserting the length of each coloumn. When I try to use it I get the error to many coloumns in record. I have defined th...
by JDionne
Tue Oct 21, 2003 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File Deffinition
Replies: 0
Views: 372

Sequential File Deffinition

I am tring to define a sequential file to import into a SQL server database. I cant seem to get the file definition correct. I use the layout that I was given by the data provider inserting the length of each coloumn. When I try to use it I get the error to many coloumns in record. I have defined th...
by JDionne
Mon Oct 20, 2003 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create New Table
Replies: 2
Views: 1053

Yup u are right i found it. Thanx Jim The target table on the SQL Server side? That would typically be as simple as checking off the "Create Table" in the stage you use to write to the target. For SQL Server - assuming you are using ODBC - the "General" tab of the "Input&quo...
by JDionne
Fri Oct 17, 2003 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create New Table
Replies: 2
Views: 1053

Create New Table

I have a flat file that I want to import into a SQL server. I have defined the flat file threw manager. How do I get it to make the table automatacly?
Jim
by JDionne
Fri Oct 17, 2003 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create New Table
Replies: 0
Views: 511

Create New Table

I have a flat file that I want to import into a SQL server. I have defined the flat file threw manager. How do I get it to make the table automatacly?
Jim
by JDionne
Thu Oct 16, 2003 1:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrate From one server to another
Replies: 3
Views: 982

I think you are right, but because I am going from a system without NLS to a system with NLS I think I will be ok. The process you described worked well. Thanx for the help Jim Pey, Take into account that Datastage will not let you migrate from one NLS system to the other but you can trick him by ed...
by JDionne
Thu Oct 16, 2003 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrate From one server to another
Replies: 3
Views: 982

Migrate From one server to another

I am trying to migrate my jobs from one server to another, having both DataStage servers on the same version. The only difference is that I enableled NLS on the new server. How do I move the jobs and enable the NLS on them?

Jim
by JDionne
Thu Oct 02, 2003 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trim Functions
Replies: 6
Views: 1674

quote: Originally posted by inter5566 [br]Jim, When you specify the R option with the trim statement, you need to pick a value you want to -R-emove. Perhaps DS assumed that you wanted to remove nulls. Either way, I believe that the R option will never remove all characters in the string, it reduces ...