Search found 320 matches

by mydsworld
Mon Nov 17, 2008 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequencer question
Replies: 5
Views: 1546

Job Sequencer question

Can I call a job in DS Sequence with the warning limit set to 'No limit'. If yes, how.

Thanks
by mydsworld
Mon Nov 17, 2008 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File problem
Replies: 3
Views: 4690

Sequential File problem

How do I handle files with DOS Line termination (CR LF) in Sequential File stage in a Parallel job. The Record delimiter in Format tab has only the following options :

Unix New Line
blank
null

Thanks.
by mydsworld
Fri Nov 14, 2008 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP Idoc creation
Replies: 0
Views: 653

SAP Idoc creation

I have a general question on Idoc Load stage. What is the parameter or key that determines the No. of idocs that get created.

Thanks.
by mydsworld
Wed Nov 05, 2008 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF vs Seq File stage
Replies: 8
Views: 3583

Can we Convert a file from EBCDIC format to ASCII format with a design like this

Seq File with EBCDIC -> Seq File with ASCII

Also, do we need to specify 'Data Format = Binary' for the 'Seq File with EBCDIC'.


Thanks.
by mydsworld
Wed Nov 05, 2008 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in PL/I Ebcdic File Read Using Parallel Seq Stage
Replies: 11
Views: 9130

Hi,

I have a file from Mainframe with the following data types

DEC FIXED(5,2)
BIN FIXED(15)

I am using Sequential File stage with EBCDIC character set. What DataStage data types I will use for those above two data types.

Thanks.
by mydsworld
Sun Nov 02, 2008 12:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date time overflow problem
Replies: 3
Views: 1062

So, what would be the timestamp for '0001-01-01 00:00:00' that would be accepted in SQL Server.

Thanks.
by mydsworld
Sun Nov 02, 2008 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date time overflow problem
Replies: 3
Views: 1062

Date time overflow problem

Hi, I am trying to load a Timestamp field into a table in SQL server database. It is giving error 'Date time overflow ...'. I checked the incoming timestamp value. It is like '0001-01-01 00:00:00'. However, I am able to load the field with CurrentTimestamp() value. Please let me know whether SQL ser...
by mydsworld
Tue Oct 28, 2008 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF vs Seq File stage
Replies: 8
Views: 3583

For packed decimals,
can not we do that in seq file stage using format option for Decimal, Packed = yes and setting EBCDIC
by mydsworld
Tue Oct 28, 2008 1:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF vs Seq File stage
Replies: 8
Views: 3583

CFF vs Seq File stage

Please let me know when the use of CFF is absolutely required and can not be done using Seq File stage.
by mydsworld
Sun Oct 12, 2008 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Probelm using BAPI stage
Replies: 0
Views: 721

Probelm using BAPI stage

I am trying to invoke a RFC enabled Function Module using BAPI stage.The input file contains about 22K records in Unicode format. The problem is the BAPI stage calls the Function Module and loads only the 1st record in the file and not the other subsequent records.

Please advise.
by mydsworld
Sun Sep 07, 2008 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating file in Unicode
Replies: 3
Views: 1248

The problem is that I need to use the file as SAP BAPI Input and those strange characters are not accepted in BAPI stage.However BAPI stage expects input file in Unicode.
by mydsworld
Sun Sep 07, 2008 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating file in Unicode
Replies: 3
Views: 1248

Creating file in Unicode

I am trying to generate a flat file in Unicode format.I made the following change in the Sequential file stage.

1. Set NLS Code page : UTF-16
2. Set char/varchar column extended property 'Unicode'.

But the file is generated with strange characters like this (when I view in Notepad)
by mydsworld
Tue Sep 02, 2008 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Logon error
Replies: 1
Views: 800

I tried the following in the script TestFTP.sh:

#!/bin/sh
ftp -i -n <<EOF
open <Host>
user user1 pass1
lcd /dev/my_dir/
get "Data Rates.csv"
quit
EOF

In execute command, I tried

sh TestFTP.sh
by mydsworld
Tue Sep 02, 2008 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Logon error
Replies: 1
Views: 800

FTP Logon error

I am trying to FTP (Get) from script in Execute Command stage. From FTP stage it works fine.With script I get following error : 'AUTH GSSAPI': command not understood 'AUTH KERBEROS_V4': command not understood KERBEROS_V4 rejected as an authentication type My DataStage server is on Linux box and am t...
by mydsworld
Fri Aug 15, 2008 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About MVS edition
Replies: 7
Views: 3288

I have called a remote Unix job from sitting on DS on Unix through 'Command activity' 'rsh. So, thought is there any similar things out there.