Search found 53125 matches
- Fri Aug 24, 2007 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not enough disk space? Yes there is.
- Replies: 6
- Views: 1525
- Fri Aug 24, 2007 3:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Triggering a Mainframe Job!
- Replies: 1
- Views: 547
- Fri Aug 24, 2007 3:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Processing mainframe files with Signed and Comp fields
- Replies: 3
- Views: 967
- Fri Aug 24, 2007 3:29 pm
- Forum: General
- Topic: datastage routines
- Replies: 4
- Views: 1473
- Fri Aug 24, 2007 3:25 pm
- Forum: General
- Topic: Regarding Executing jobs in Unix
- Replies: 16
- Views: 4573
- Fri Aug 24, 2007 3:23 pm
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: Reading Mainframe file as binary for COMP fields
- Replies: 2
- Views: 3178
- Fri Aug 24, 2007 3:20 pm
- Forum: IBM QualityStage
- Topic: QualityStage 7.5 repository
- Replies: 2
- Views: 1308
There is a "repository" on the server. However it is not a database; it is the "project", and contains (primarily) text files. This stems from the fact that INTEGRITY (the forerunner of QualityStage) began life as a mainframe application. That said, it is one way traffic. One develops on the client ...
- Fri Aug 24, 2007 6:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Processing mainframe files with Signed and Comp fields
- Replies: 3
- Views: 967
- Fri Aug 24, 2007 6:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Appending date to Archive file in Routine
- Replies: 5
- Views: 1547
[quote="ajay by private email]I am not a premium member hence unable to see your complete message..I just want to append todays date to the file that i am moving to archival folder..i am able to move the file to that folder using the routine ...But i am unable to rename that file by appending the da...
- Fri Aug 24, 2007 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Scheduling
- Replies: 5
- Views: 2145
- Fri Aug 24, 2007 3:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can I automate saving column definitions in saved folder
- Replies: 8
- Views: 2153
- Fri Aug 24, 2007 3:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Batch Job Failed
- Replies: 6
- Views: 1168
From the Administrator client's Command window:
Code: Select all
COUNT RT_CONFIG164
UVFIXFILE RT_CONFIG164
COUNT RT_LOG164
UVFIXFILE RT_CONFIG164- Fri Aug 24, 2007 3:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Appending date to Archive file in Routine
- Replies: 5
- Views: 1547
ExecDOS is already written. I guess you mean that you want help with the DOS command for renaming a file. Set up job parameters with the required components, then use these in a RENAME command. For example:
Code: Select all
REN basefile basefile_#dateportion#_#timeportion#- Fri Aug 24, 2007 3:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Sequence Versus Batch Scripts
- Replies: 3
- Views: 1327
A Batch, a job sequence or a user-written job control routine are all the same thing - the code can be viewed through the job properties. Therefore, all else being equal, there are no differences. Job sequences can indeed be invoked by third party schedulers, via the same interface (dsjob) that you ...
- Fri Aug 24, 2007 3:25 am
- Forum: General
- Topic: Regarding Executing jobs in Unix
- Replies: 16
- Views: 4573