Search found 13 matches

by robinlg33
Tue Sep 09, 2014 7:57 am
Forum: General
Topic: how to rename files after datastage job completed?
Replies: 10
Views: 9931

globally renaming all files in a folder

I got the rename to work for 1 file but can you generically rename all files in the folder (appending the timestamp) and moving to a new folder such as an Archive folder? OR do you have to create separate Execute_Command stages to do separately. I'm not UNIX savy so need a little help here. Thank yo...
by robinlg33
Tue Sep 09, 2014 7:22 am
Forum: General
Topic: how to rename files after datastage job completed?
Replies: 10
Views: 9931

globally renaming all files in a folder

I got the rename to work for 1 file but can you generically rename all files in the folder (adding the timestamp) and moving to a new folder such as an Archive folder?

Thank you,
Robin
by robinlg33
Tue Aug 27, 2013 12:01 pm
Forum: General
Topic: No longer see Tabs: Properties and Columns on any ODBC Stage
Replies: 16
Views: 6187

Just an update. After I said that everything was ok in DataStage (and it was) another software broke (Quality Center). They had to reinstall the Quality Center software how they normally should do the install (and they didn't before) and now I can can get in Quality Center and DataStage still shows ...
by robinlg33
Thu Aug 22, 2013 1:10 pm
Forum: General
Topic: No longer see Tabs: Properties and Columns on any ODBC Stage
Replies: 16
Views: 6187

THAT WORKED! Thank You Very Much! :D Note the change in the path for ..\InformationServer\.. The command we entered is below.
regsvr32 C:\IBM\InformationServer85\Clients\Classic\ExGrid.dll
by robinlg33
Thu Aug 22, 2013 11:44 am
Forum: General
Topic: No longer see Tabs: Properties and Columns on any ODBC Stage
Replies: 16
Views: 6187

Ok I'll pass this info on and see if the help desk will run. I will let you know if this works.

Thanks!
by robinlg33
Thu Aug 22, 2013 5:22 am
Forum: General
Topic: No longer see Tabs: Properties and Columns on any ODBC Stage
Replies: 16
Views: 6187

I can open it but there is no longer a columns tab or a properties tab. I have hard coded SQL associated with the ODBC stages but can't get at it. If I run the job it runs as if the SQL is there.

I haven't heard from my help desk so not sure what solution they are going to come up with. :?
by robinlg33
Wed Aug 21, 2013 10:40 am
Forum: General
Topic: No longer see Tabs: Properties and Columns on any ODBC Stage
Replies: 16
Views: 6187

Ok Thank You! I will let them know.
by robinlg33
Wed Aug 21, 2013 6:20 am
Forum: General
Topic: No longer see Tabs: Properties and Columns on any ODBC Stage
Replies: 16
Views: 6187

Thank you all. I posed the solutions to the help desk and we'll see what they decide.
Robin
by robinlg33
Tue Aug 20, 2013 3:31 pm
Forum: General
Topic: No longer see Tabs: Properties and Columns on any ODBC Stage
Replies: 16
Views: 6187

I went to another employee's PC (not my own) and logged into DataStage Dev as myself and I was able to view the tabs.

Do you think it may be something to do with the Client that is messed up? Do you think reinstalling DataStage to my machine would fix the problem?
by robinlg33
Tue Aug 20, 2013 1:50 pm
Forum: General
Topic: No longer see Tabs: Properties and Columns on any ODBC Stage
Replies: 16
Views: 6187

No longer see Tabs: Properties and Columns on any ODBC Stage

I can no longer see the Properties and Columns tabs on any of my ODBC Stages for DB2 or Sql Server. I can logon to another machine and view them. I had issues with some other software and they had to refresh some ACTIVEX information (I know nothing about ACTIVEX) and I don't know if that messed it u...
by robinlg33
Wed Jan 30, 2013 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trunc Decimals in Division
Replies: 3
Views: 3397

Just a note for file in case anyone including myself refers to this issue. I had to also add the Environment Parameter = '$APT_DECIAMAL_INTERM_ROUND_MODE' in order to use the Trunc_Zero within the stage. I think I tried it without and it didn't work.
by robinlg33
Mon Jan 28, 2013 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trunc Decimals in Division
Replies: 3
Views: 3397

Your suggestion worked perfectly. Thanks so much for your help!

Robin
by robinlg33
Mon Jan 28, 2013 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trunc Decimals in Division
Replies: 3
Views: 3397

Trunc Decimals in Division

I need my result of a division to ROUND DOWN not ROUND UP. In dividing 2 fields I need to truncate the decimal place to 7 positions to Round Down no Round Up. I have tried adding the Environment Variable $APT_DECIMAL_INTERM_SCALE for Integer Type and defaulting the scale to 7 and then doing the foll...