Search found 14 matches

by santanu84
Thu Mar 19, 2009 4:34 am
Forum: General
Topic: Problem using DS SAP R/3 Service Pack - ABAP Extract Stage
Replies: 4
Views: 3299

Ohk. So you mean to say, that module should be installed at SAP side. And during installation of that SAP package in DS administrator will import that facility to DS. We will simply use that in the ABAP Extract stage in our datastage, is my understanding correct? You told about searching for the nam...
by santanu84
Thu Mar 19, 2009 4:09 am
Forum: General
Topic: Problem using DS SAP R/3 Service Pack - ABAP Extract Stage
Replies: 4
Views: 3299

Problem using DS SAP R/3 Service Pack - ABAP Extract Stage

Hi All I am developing a DS parallel job. There I am trying to extract from SAP R/3 table using ABAP Extract stage. There in the OUTPUT page in General tab I have defined the valid SAP connection and Logon details. Then on Data transfer method tab I have used CPI-C as the method. Then on ABAP Progra...
by santanu84
Tue Sep 30, 2008 10:01 am
Forum: General
Topic: Datastage 8.0 FTP Stage Utilization
Replies: 1
Views: 2832

Datastage 8.0 FTP Stage Utilization

Hi My requirement is to ftp a sequential file to mainframe from datastage. Where the file has been created in datastage and stored in unix folder location. I tried with FTP stage. But not much aware about the properties and activities of this stage. Can some body please help to under stand how does ...
by santanu84
Wed Aug 13, 2008 11:02 pm
Forum: General
Topic: Using environment variables in ODBC Connector stage
Replies: 5
Views: 3953

Include the environment variables in your job design as job parameters (click the Add Environment Variable command button). Insert the job parameter reference where required in your Connector. ... Ray .... we have tried the same in our job but it has not worked. The job has not run with those param...
by santanu84
Wed Aug 13, 2008 5:47 am
Forum: General
Topic: Using environment variables in ODBC Connector stage
Replies: 5
Views: 3953

Using environment variables in ODBC Connector stage

I have worked in a parallel job where I have included some environmental veriables as the job parameters. Then in the job I have added one ODBC Connector stage. Now in the connector stage we have options to include the environmental veriables instead of hardcoding them. So I included the environment...
by santanu84
Sat Jun 21, 2008 2:30 am
Forum: General
Topic: Generating XML Output thru Datastage
Replies: 2
Views: 10636

Generating XML Output thru Datastage

Hi All I have written a parallel job in datastage where it will read one sequential input file and will generate an XML output file. In the seqn file I have three records SKU, SellYear and RIF. Now the scenario could be for two different SKU the SellYear and the RIF could be same in the input file. ...
by santanu84
Wed Jun 11, 2008 10:27 pm
Forum: General
Topic: Automation process in Datastage for File Splitting
Replies: 5
Views: 4521

Hi

I got your point.......but the thing is how can I incorporate the logic that each file will have 60000 records, can I code it any way in an automated fashion?

Or is there any stage available where I can code this out?


Thanking You

:oops:

:D
by santanu84
Wed Jun 11, 2008 10:02 pm
Forum: General
Topic: Automation process in Datastage for File Splitting
Replies: 5
Views: 4521

Hi

I have tried with the solution but still it is not clear. It seems that XML Input stage does not have this trigger column and output mode......it is present in XML Output stage.

So while designing the stages how and where can I code that 60000 record length to split that file?
by santanu84
Wed Jun 11, 2008 8:48 pm
Forum: General
Topic: Automation process in Datastage for File Splitting
Replies: 5
Views: 4521

Automation process in Datastage for File Splitting

Hi All I am trying to create one job which will split one incoming xml file into several xml files depending on the record length and I need to do this job in an automated fashion. Can any body help me in this, how I can achive this? The scenario is, Say I have two text files.......... "test1&q...
by santanu84
Wed May 28, 2008 6:41 am
Forum: General
Topic: Datastage 8.0 XML Input Stage Usage - Need Clarification
Replies: 18
Views: 20186

Hi Friends

Thanks for Help.

It has been done successfully.

Thanks again for this enormous help.


Regards,

:D
by santanu84
Wed May 28, 2008 5:44 am
Forum: General
Topic: Datastage 8.0 XML Input Stage Usage - Need Clarification
Replies: 18
Views: 20186

Hi I have tried with External Source stage. There it is able to read the input xml file and feeding it to the XML Input stage. Then in the XML Input stage in Input tab I have selected XML source column as the column from External Source stage and Column Content as URL/File Path. But the point is how...
by santanu84
Tue May 27, 2008 2:38 am
Forum: General
Topic: Datastage 8.0 XML Input Stage Usage - Need Clarification
Replies: 18
Views: 20186

The External Source Stage has not worked......
does any body know any other solution around? :?:
by santanu84
Tue May 27, 2008 12:51 am
Forum: General
Topic: Datastage 8.0 XML Input Stage Usage - Need Clarification
Replies: 18
Views: 20186

Hi I have tried to use External Source stage. There in Properties tab I used Source Method as Program Files and Source XML File as "test.xml" with path. Then in Format tab Record Type implicit and inside Field Defaults Delimiter as none. But in Column tab what column shall I use, Columns s...
by santanu84
Mon May 26, 2008 11:05 pm
Forum: General
Topic: Datastage 8.0 XML Input Stage Usage - Need Clarification
Replies: 18
Views: 20186

Datastage 8.0 XML Input Stage Usage - Need Clarification

Hi We are trying to create one parallel job where we will read one XML file as input into a XML input stage for further processing. In Datastage 8.0 version we do not have any Folder Stage option. So the trick which we have used is,we first used one sequential file stage where we read that entire XM...