Search found 7201 matches
- Thu May 08, 2003 1:36 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Jobs starting but not running or aborting
- Replies: 5
- Views: 1152
Kenny, We have been having the same intermittant issue youve listed for Job 2, and weve never gotten any kind of resolution as to what is going wrong. Once in a blue moon, a job that had been running fine for days / weeks / whatevers will suddenly "start but not run". Like you, all we get in the log...
- Thu May 08, 2003 1:35 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DataStage Process Audit
- Replies: 7
- Views: 4597
Arvind Where is this article? I would like to read it. I have used all the information that comes from monitoring a job and loaded into Oracle and other databases. If you have job start and end times it is easy to see the order the jobs run in. The designer is definitely not as clear when you have a...
- Wed May 07, 2003 9:52 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: check field is numeric or not
- Replies: 0
- Views: 11765
Use the NUM() function to determine if something is numeric. You could also use the MATCHES operator to check whether a string contains purely numeric digits. Use substring operator or LEFT() or RIGHT() functions to obtain the substring to test. Thus, for example: Num(Column[1,4]) Column[1,4] Matche...
- Wed May 07, 2003 9:45 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Tab delimiter in Basic
- Replies: 3
- Views: 706
Yes, you use the Char() function to evaluate it. Best practice is to evaluate this function only once; that is, perform a constant declaration or assign to a variable early in the program, then use that token. For example: Equate TAB To Char(9) ... Line = Key : TAB : CustCode : TAB : OrderDate ... -...
- Wed May 07, 2003 9:39 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Director_Log
- Replies: 2
- Views: 2566
Director_Log
This is a topic for an orphaned message.
- Wed May 07, 2003 9:39 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Tab delimiter in Basic
- Replies: 3
- Views: 706
Sure, either directly use CHAR(9) or set a variable to it, like TAB=CHAR(9), then use TAB anywhere you need to. Ex: TAB=CHAR(9) blah blah blah msg="This is before the tab":TAB:"This is after the tab" blah blah blah Good luck! -Ken --- lfrumke@sears.com wrote: > Hi everyone, > > I know how to use tab...
- Wed May 07, 2003 9:35 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DataStage Process Audit
- Replies: 7
- Views: 4597
DataStage Process Audit
There is an article by Ken Bland and Michael Favero, titled "ETL Framework Methodology", that talks about an ETL Process Audit model to capture information on jobs, links, data stores (tables), etc. Has anyone implemented such a Process Audit Model to capture such detailed information during every b...
- Wed May 07, 2003 8:50 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Tab delimiter in Basic
- Replies: 3
- Views: 706
Tab delimiter in Basic
Hi everyone,
I know how to use tab delimiter in GUI (ascii 009). Can I do the same in
Basic?
Thanks,
Leonid
I know how to use tab delimiter in GUI (ascii 009). Can I do the same in
Basic?
Thanks,
Leonid
- Wed May 07, 2003 7:27 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Jobs starting but not running or aborting
- Replies: 5
- Views: 1152
Guys, can we *not* post messages to the list with return receipts requested? Apparently, our corporate email system is the only one stupid enough to actually send one back to the list, but still... Thanks. -craig Craig_Hulett@rsausa.com wrote on 05/07/2003 10:37:49 AM: > > Return Receipt > > Your Jo...
- Wed May 07, 2003 4:46 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Jobs starting but not running or aborting
- Replies: 5
- Views: 1152
Jobs starting but not running or aborting
Return Receipt Your Jobs starting but not running or aborting document : was Carlos Pimentel/Madison/GNIC received by: at: 05/07/2003 11:45:08 AM CDT
- Wed May 07, 2003 4:37 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Jobs starting but not running or aborting
- Replies: 0
- Views: 435
Jobs starting but not running or aborting
Return Receipt Your Jobs starting but not running or aborting document : was Craig Hulett/Englewood/GNIC received by: at: 05/07/2003 10:36:15 AM MDT
- Wed May 07, 2003 2:31 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Jobs starting but not running or aborting
- Replies: 0
- Views: 445
Jobs starting but not running or aborting
=========== Monday 5/5: =========== I moved a new version of a job (Job 1) into Production and compiled it. ============ Tuesday 5/6: ============ The new job didnt run and the log entry was: "DS.SCHED: Cannot find record JOBPARAMINSTS in executable job file RT_CONFIG723" I looked through old messag...
- Wed May 07, 2003 11:59 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Citrix Server: Ascential Client Tools
- Replies: 4
- Views: 1234
Paul, Thank you for the response. I think that we will try the Citrix server setup because we dont have a lot of other options. It is good to hear that you are using it and it all works very well. Ill keep the group aware of the outcome. We will initially have 3-5 concurrent users around the world a...
- Wed May 07, 2003 9:16 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Citrix Server: Ascential Client Tools
- Replies: 4
- Views: 1234
Tim Im not sure about 6.x but we use 5.2 on a Citrix server to allow other offices accross the world to access datastage and it all works very well. On occasions I dial in from home and access the Citrix server through my Apple Mac to do datastage development. Even at 56k (no broadband in my village...
- Wed May 07, 2003 7:24 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: ODBC
- Replies: 0
- Views: 443
ODBC
Hi Guys When I created my odbc connections to both the Universe and SQL 2000 databases the entries were not automatically added to the uvodbc config file. I have added them manually, but would like to know why this has happened and if it is a common problem. Thanks. Mark Ewart-Phipps Centerfield Sof...