Search found 15603 matches
- Wed Jul 20, 2005 3:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal to EBCDIC character
- Replies: 9
- Views: 1988
Benny, the COBOL redefines shows that you don't need to do any conversion at all - in the job input file column definition tell DataStage PX that you are getting a CHAR(1) column and also specify that no conversion is to be done on that column and -presto- you have done the same thing as your REDEFI...
- Wed Jul 20, 2005 3:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ANALYSE.FILE Command
- Replies: 3
- Views: 913
- Wed Jul 20, 2005 1:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Job 3334 Phantom 19590
- Replies: 2
- Views: 1162
- Wed Jul 20, 2005 12:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: diff between DRS and ODBC
- Replies: 4
- Views: 1559
- Wed Jul 20, 2005 12:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what is the need of load stage?
- Replies: 1
- Views: 556
- Wed Jul 20, 2005 12:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Universe Commands to Check for Aborted Jobs
- Replies: 2
- Views: 780
Christina, the information you are looking for is not available by looking at files from the operating system, the information is contained within the DataStage files. You can write a DataStage job / function which will loop through all the jobs in a project and use the DSGetJobInfo() function with ...
- Wed Jul 20, 2005 12:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to compile a job-Cannot get Exclusive access for file
- Replies: 3
- Views: 1814
Lali_swam, it might be that your job is still running as a process, check a "ps -ef | grep ds" to see if you find it, or go into the Cleanup Resources tab in the director to do so. Once that is gone you need to ensure that the locks that this job might have are also cleared, this should be done with...
- Tue Jul 19, 2005 10:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running Pre/Post Stage Commands
- Replies: 2
- Views: 1092
- Tue Jul 19, 2005 9:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Week Number in Year
- Replies: 8
- Views: 1649
- Tue Jul 19, 2005 8:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ANALYSE.FILE Command
- Replies: 3
- Views: 913
You can go into the DataStage command line environment and do a HELP ANALYZE.FILE or you can do something really brave - download the .PDF file UniVerse Administering UniVerse, Version 9.6 and read the documentation 
- Tue Jul 19, 2005 8:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Week Number in Year
- Replies: 8
- Views: 1649
- Tue Jul 19, 2005 7:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Static Hash File Physical File
- Replies: 5
- Views: 1266
snassimr, you stated that you have a static hash file. Normally the only way to do this without going into the DataStage command line is by specifying the create options in the job's hash file stage. The file is not created until you run the job for the first time. Unless you specifically set the st...
- Tue Jul 19, 2005 6:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sporadic Problems with DSDetachJob() call
- Replies: 9
- Views: 2771
- Tue Jul 19, 2005 5:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Static Hash File Physical File
- Replies: 5
- Views: 1266
- Tue Jul 19, 2005 5:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sporadic Problems with DSDetachJob() call
- Replies: 9
- Views: 2771
Ray - I actually created a common DSDetachJob interlude so that I could play around with debugging information and even commented out the statement, the error is then evinced elsewhere! It seems that somehow the internal common variables that hold the open and used JobHandles are getting very mixed ...