Search found 53125 matches
- Wed May 21, 2008 1:44 am
- Forum: General
- Topic: Getting uvsh help
- Replies: 22
- Views: 6431
- Wed May 21, 2008 1:43 am
- Forum: General
- Topic: Dynamic metadata
- Replies: 11
- Views: 2480
- Wed May 21, 2008 1:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Report on Source and Target Tables/Files for Particular Job
- Replies: 4
- Views: 1178
- Wed May 21, 2008 1:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: REmoving transformer
- Replies: 3
- Views: 809
- Wed May 21, 2008 1:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trying to store a low data in a database
- Replies: 11
- Views: 2273
- Wed May 21, 2008 1:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: viewing data from lookup fileset stage
- Replies: 2
- Views: 884
- Wed May 21, 2008 1:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: login issue
- Replies: 3
- Views: 799
- Wed May 21, 2008 1:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: cpp script
- Replies: 8
- Views: 1400
- Wed May 21, 2008 1:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unique Constraints.
- Replies: 1
- Views: 741
- Wed May 21, 2008 1:30 am
- Forum: General
- Topic: Dynamic metadata
- Replies: 11
- Views: 2480
- Wed May 21, 2008 1:27 am
- Forum: General
- Topic: Displaying jobs/sequencers in folders
- Replies: 2
- Views: 977
Code: Select all
SELECT BREAK ON "'O'" CATEGORY FMT '32L', NAME FMT '40L' FROM DS_JOBS WHERE NAME NOT LIKE '\\%' ORDER BY 1,2;- Wed May 21, 2008 1:25 am
- Forum: General
- Topic: Getting uvsh help
- Replies: 22
- Views: 6431
- Tue May 20, 2008 6:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: kill process ids
- Replies: 10
- Views: 3075
- Tue May 20, 2008 6:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UNIX variable in Parallel job
- Replies: 11
- Views: 3091
Not possible as shell variables, as these are local to the shell in which the script runs. However you can echo the pathnames to stdout and pick those up as the command output ($CommandOutput activity variable) of the Execute Command activity that you use to run the shell script from a job sequence ...
- Tue May 20, 2008 4:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC call from BASIC
- Replies: 3
- Views: 1540