OK, you can't do it without writing a query to get the information out of the Repository. I read the original question (being from a brand new poster) as wanting just to use dsjob, with no other work.
What's your solution for version 8?
Search found 53125 matches
- Fri Jan 18, 2008 3:35 pm
- Forum: General
- Topic: Get list of job names in a sequence in command line
- Replies: 10
- Views: 7406
- Fri Jan 18, 2008 3:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to write new stage?
- Replies: 4
- Views: 1289
- Fri Jan 18, 2008 3:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove dulpicate
- Replies: 7
- Views: 1481
- Fri Jan 18, 2008 3:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: acessing environment variable in scripts
- Replies: 5
- Views: 1157
Or seems to me you could just reference it directly in the script - $VariableName or ${VariableName} for example. That would fail if the job parameter had been given a non-default value at run time, which does not change the environment variable value. That's why I thought the indirection was neces...
- Fri Jan 18, 2008 3:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can't schedule job or access schedule tab in Administrator
- Replies: 3
- Views: 1356
- Fri Jan 18, 2008 3:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to delete the existing data and reload it again
- Replies: 3
- Views: 877
Plan ahea d You must incorporate this functionality from the beginning, by having some way of identifying which run loaded every row in the target. This might be a unique run ID, a timestamp, or anything else you can imagine. Use its value in the WHERE clause of a DELETE statement, perhaps executed ...
- Fri Jan 18, 2008 3:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: AS400 read error
- Replies: 3
- Views: 1704
- Fri Jan 18, 2008 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance issue while inserting into Oracle table
- Replies: 7
- Views: 1480
With a single node confiuration file everything is executed sequentially irrespective of partitioning settings in stages. It does seem like a long time. Try not automatically executing sqlldr from DataStage but executing it subsequently, manually, with your DBA advising what's happening. Are there v...
- Fri Jan 18, 2008 3:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to add a new user in DS
- Replies: 3
- Views: 1021
- Fri Jan 18, 2008 3:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Finding and Replacing all Non Printable Characeters
- Replies: 1
- Views: 916
- Fri Jan 18, 2008 3:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Encode
- Replies: 4
- Views: 1416
- Fri Jan 18, 2008 3:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Partition and Dataset
- Replies: 11
- Views: 2819
See this postmavrick21 wrote:Sorry for 3 posts above. Problem with my browser.
ravibabu, please enclose job designs in Code tags so that indenting is preserved.
- Fri Jan 18, 2008 3:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC update aborting at certain times
- Replies: 3
- Views: 943
What makes you think you're not querying the reference table too? Have your DBA check out the possibility that the deadlock is happening because of a FOREIGN KEY constraint, where updating the reference table takes some kind of a lock on the corresponding record in the parent table, which you're in ...
- Fri Jan 18, 2008 3:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Some problem in parameter $APT_MONITOR_SIZE
- Replies: 2
- Views: 1655
- Fri Jan 18, 2008 3:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Comparision of Sort Stage and Order by clause
- Replies: 3
- Views: 984