Search found 70 matches

by Shree0410
Wed Jan 31, 2007 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read byte by byte in DS
Replies: 3
Views: 2010

How to read byte by byte in DS

How to read a string byte by byte in a job For example my input string will have a value of SACHIN, I want to read S first, A second, C third so on.. I want to take S character convert into binary, take A, convert into binary and add both binary numbers and take C convert into binary add the value t...
by Shree0410
Wed Jan 24, 2007 2:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Autosys - help
Replies: 4
Views: 859

Thanks, you sure are a premium poster
by Shree0410
Wed Jan 24, 2007 2:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Autosys - help
Replies: 4
Views: 859

Autosys - help

Hi Everyone,

Can anyone guide/point me to some Autosys documents or material.

Thanks
by Shree0410
Thu Oct 19, 2006 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to check the record count before dropping the file
Replies: 4
Views: 1316

DSguru2B wrote:What do you mean by "datastage drops the file". Do you mean creates it?.
Right now, after the completion of the DS job, I am using After-job routine to drop the file on the shared server.
by Shree0410
Thu Oct 19, 2006 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to check the record count before dropping the file
Replies: 4
Views: 1316

How to check the record count before dropping the file

Hi all, In my current integration project, we all share a common file sharing server. Datstage drops the files for other system to pick the file after the required transformations and validations. The requirement is to drop the file from DataStage only if the record count is equal to or greater than...
by Shree0410
Wed Oct 11, 2006 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deletion of output file
Replies: 39
Views: 8563

The simplest way is to create a script file on the OS to have the logic to delete file if the file size is 0 or record count is 0 and execute this script in the after job routine.
by Shree0410
Tue Oct 10, 2006 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to import cobol copybooks metadeta
Replies: 10
Views: 7141

If we try to get the metadata of the cobol copybooks using DS manager->
Import -> Table Definitions -> Cobol File Definitions
does it expect .cfd files, if yes, how to obtain the .cfd files. All I have is the copybooks in .txt format
by Shree0410
Tue Oct 10, 2006 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to import cobol copybooks metadeta
Replies: 10
Views: 7141

Thanks ArndW. So, if any change happens to the copybooks on the mainframe, does that mean the metadata has to be reimported from Manager. Is there a way this can be automated, like read the copybook as a sequential file and create the metadata, so even if there is a change to the copybook, the DS jo...
by Shree0410
Tue Oct 10, 2006 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to import cobol copybooks metadeta
Replies: 10
Views: 7141

Thanks ArndW, but sorry that I forgot to mention that I have tried Import -> Table Definitions -> Cobol File Definitions, but in the copybooks, there are comments for every version release/change and also the mainframe user-id's in the 72 to 80 columns numbers to identify who did the change to the c...
by Shree0410
Tue Oct 10, 2006 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to import cobol copybooks metadeta
Replies: 10
Views: 7141

How to import cobol copybooks metadeta

Hi guys, I worked with Server jobs before with source files coming out of SAP BW and also extracted files from mainframe using ftp. Now, I am on a new assignment to use the cobol copybook's structure. Can anyone tell me how to import the cobol copybooks metadata(column structure) on to the datastage...
by Shree0410
Mon Oct 02, 2006 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can the DataStage jobs back-up be automated?
Replies: 16
Views: 13133

Can the DataStage jobs back-up be automated?

Hi all, I have to take the back-up of all DataStage jobs from the project repository every week, this is a requirement of the client. I can export the whole project at one shot, but the client want us to export by folder. This takes up more than an hour to carefully export all the jobs every monday....
by Shree0410
Wed Sep 13, 2006 4:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to mask the minus sign
Replies: 2
Views: 1230

How to mask the minus sign

Hi all, I have a column on my file with DEC(10,2), on this columns, the value from the source system is coming as 12345.67-, means a '-'(negative) sign at the end, the target system that Datastage has to send this field is expecting the '-' sign in the beginning, like -12345.67. I tried using the Ic...
by Shree0410
Tue Aug 29, 2006 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Too many columns in record" - How to resolve this
Replies: 11
Views: 11977

Re: This might be the likely solution

Thanks Narasimha, somehow it was defaulted to DOS style, I changed it to Unix style and it worked. :P
by Shree0410
Mon Aug 28, 2006 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Too many columns in record" - How to resolve this
Replies: 11
Views: 11977

there is no quote character between columns, so I used 000
by Shree0410
Wed Aug 23, 2006 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Too many columns in record" - How to resolve this
Replies: 11
Views: 11977

Delimiter is pipe and Quote character is 000