Search found 4605 matches
- Tue Aug 02, 2005 9:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash Files
- Replies: 2
- Views: 953
- Tue Aug 02, 2005 9:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get the List of Jobs in a text file
- Replies: 13
- Views: 3706
There are 2 things going on here. You can run these commands under the control of the Universe shell (uvsh) or Korn (ksh) or Bourne shell (sh). Code: $DSHOME/bin/uvsh "select * from DS_JOBS" > /tmp/deletemeplease.txt Has to be under the control of ksh. Once you run uv as a separate command then you ...
- Mon Aug 01, 2005 12:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: command line example to Import .dsx files
- Replies: 4
- Views: 1346
- Mon Aug 01, 2005 8:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: De-encrypting parameters
- Replies: 8
- Views: 1994
- Thu Jul 28, 2005 11:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User-Defined SQL behaves differently in 7.5.1A
- Replies: 16
- Views: 3702
- Thu Jul 28, 2005 9:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What should a good Health Check of a site include
- Replies: 1
- Views: 1006
Here are some links which should help.
http://www.datastagexchange.com/Newslet ... enting.htm
http://www.dsxchange.com/viewtopic.php? ... =etl+audit
http://www.dsxchange.com/viewtopic.php? ... =etl+audit
http://www.dsxchange.com/viewtopic.php? ... =etl+audit
http://www.dsxchange.com/viewtopic.php? ... =etl+audit
http://www.dsxchange.com/viewtopic.php? ... =etl+audit
http://www.dsxchange.com/viewtopic.php? ... =etl+audit
http://www.datastagexchange.com/Newslet ... enting.htm
http://www.dsxchange.com/viewtopic.php? ... =etl+audit
http://www.dsxchange.com/viewtopic.php? ... =etl+audit
http://www.dsxchange.com/viewtopic.php? ... =etl+audit
http://www.dsxchange.com/viewtopic.php? ... =etl+audit
http://www.dsxchange.com/viewtopic.php? ... =etl+audit
http://www.dsxchange.com/viewtopic.php? ... =etl+audit
- Thu Jul 28, 2005 8:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User-Defined SQL behaves differently in 7.5.1A
- Replies: 16
- Views: 3702
- Thu Jul 28, 2005 12:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob call from PC to AIX
- Replies: 10
- Views: 4907
There is a hosts file that looks up IP addresses. It is usually in C:\WINDOWS\system32\drivers\etc. If you have an entry like 10.10.10.10 kimhp kimlaptop Then kimhp and kimlaptop get transformed into 10.10.10.10. ping 10.10.10.10 ping kimhp ping kimlaptop Are all doing the same thing. The ping comma...
- Thu Jul 28, 2005 11:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User-defined SQL for LookUp
- Replies: 4
- Views: 1495
- Thu Jul 28, 2005 10:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: No output from ExecSH routine
- Replies: 4
- Views: 1741
- Thu Jul 28, 2005 10:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob call from PC to AIX
- Replies: 10
- Views: 4907
- Wed Jul 27, 2005 11:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unable to find 3 dll files necessary to run DS job
- Replies: 6
- Views: 2073
- Wed Jul 27, 2005 4:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling a function in a batch script
- Replies: 3
- Views: 1410
No you cannot. A routine can only be called from a BASIC program or using DsObjects.dll. A job is a BASIC program. So a job would work. The problem is you need to know a lot more about Universe to do this. In the old Universe world we would create BASIC libraries. We would store this in Type 19 hash...
- Wed Jul 27, 2005 2:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: difficult situation
- Replies: 3
- Views: 1415
I am not sure you will get a response on this. It sounds like an interview question. It is too generic to have a good answer. Everything was difficult in the begining. Not sure too many things are difficult now except managing people's expectations. People are the problem now probably always were th...
- Wed Jul 27, 2005 10:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: cutter script to get table definitons from DSX ?
- Replies: 2
- Views: 762