splayer - check again, if you don't find a &PH& then perhaps you (or someone else) deleted the directory. Do you have a D_&PH& entry in the project?
You need to execute "cd \&COMO\&' at the command line, as UNIX sees the ampersand as a special character.
Search found 15603 matches
- Mon Aug 20, 2007 12:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Strange Datastage job behavior!
- Replies: 12
- Views: 3721
- Sun Aug 19, 2007 11:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Max no of jobs that can run in parallel ?
- Replies: 1
- Views: 681
The maximum number of concurrent jobs that can run is dependant upon so many different variable factors that it is impossible to give a number. It can range from very few to several hundred or more depending upon your configuration. There is no builtin mechanism to effectively form a queue for jobs,...
- Sun Aug 19, 2007 11:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing max number of warnings to an individual job in a seq
- Replies: 2
- Views: 791
- Thu Aug 16, 2007 5:37 pm
- Forum: General
- Topic: Delete Job Difference
- Replies: 7
- Views: 1980
Using the TCL commands directly to delete entries in the DataStage hashed files that contain job metadata is a prelude to finding out if your project backups have worked. You will corrupt jobs and/or the whole project by deleting things from the DS_JOBS (or DS_JOBOBJECTS). You should go and edit the...
- Thu Aug 16, 2007 3:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data process in the HL7 v2.x and EDI format (Yes or No).
- Replies: 2
- Views: 1392
- Thu Aug 16, 2007 3:47 pm
- Forum: General
- Topic: Delete Job Difference
- Replies: 7
- Views: 1980
The "\\NextNumber" entry in the DS_JOBS table holds the next job number. Hashed file records can have any format, and it happens that field 1 is used to store the next number in that record, but it is also the column used for JOBNO (in the actual job records), which is why this query returned this r...
- Thu Aug 16, 2007 3:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to handle French Accent characters with CFF component?
- Replies: 7
- Views: 9237
- Thu Aug 16, 2007 3:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash Files
- Replies: 3
- Views: 1103
There is no tuning information stored anywhere. The current hashed file type, modulo and other attributes are stored in the physical file itself in binary form. The DICTionary only describes the format of the data in the file, not the file's format. You can get a hashed file's information display us...
- Thu Aug 16, 2007 3:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Partitioning Method in Sort Stage
- Replies: 7
- Views: 1667
- Thu Aug 16, 2007 3:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Remove duplicate in server jobs
- Replies: 4
- Views: 1241
I agree that deduplicate via hashed files is not the most efficient approach. Sort the incoming data using the fields you need for detecting duplication, then use 2 stage variables in a transform stage (one to get the result of comparing this record with the last, the other to store the last record)
- Thu Aug 16, 2007 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sybase Stage error
- Replies: 12
- Views: 2518
...and As Arnd suggested added some records to the current table and the issue is remaining same... The result you get after adding records is important in diagnosing your error - 'same' doesn't help at all. Do you have just 10,000 records now (implying a limit is set somewhere), 10,001 (implying a...
- Thu Aug 16, 2007 3:14 pm
- Forum: General
- Topic: Delete Job Difference
- Replies: 7
- Views: 1980
The TCL DELETE command is not documented and, as you noted, does not really delete a job but deletes only the entry in the DS_JOBS hashed file. I don't know where you got this from but perhaps it came from some post here in DSXchange and is almost certainly taken out of context. This is one reason t...
- Thu Aug 16, 2007 1:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data process in the HL7 v2.x and EDI format (Yes or No).
- Replies: 2
- Views: 1392
- Wed Aug 15, 2007 11:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to batch import job using DS Manager
- Replies: 1
- Views: 586