Search found 33 matches

by go4it
Tue Aug 04, 2009 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert Binary data to ascii format
Replies: 10
Views: 10195

Yes the same field is being reused, Can we using the transformation functions to convert the binary to ascii data using a BASIC Transformer ??
by go4it
Wed Jul 29, 2009 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert Binary data to ascii format
Replies: 10
Views: 10195

Hi Arndw, Thank you, I have been able to use Seqential file stage to read the file that is EBCDIC (binary and packed decimals) in the Ascii format, but there are some transformation rules to split the binary data into two fields e.g Binary Data when viewed through Data Stage {20 08 01 02 00 $ 00} I ...
by go4it
Wed Jul 29, 2009 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert Binary data to ascii format
Replies: 10
Views: 10195

They are all in EBCIDC and Binary format
by go4it
Wed Jul 29, 2009 3:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert Binary data to ascii format
Replies: 10
Views: 10195

convert Binary data to ascii format

Hi,

Could you please advice how to handle Binary and packed decimal data in Data Stage ?

I am trying to convert the Binary data into a readable format.

If this has been answered earlier please point me to correct direction.

With regards
M
by go4it
Tue Jul 21, 2009 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COBOL to Ascii conversion
Replies: 1
Views: 716

COBOL to Ascii conversion

I have a set of Source files in COBOL (QSAM, VSAM ), theses files needs to be extracted into an ASCII format, I know we could use the Complex Flat File stage provided we have the Cobol Copy books. But the issue we have the Copy books are not available (but we have a Source field description file) an...
by go4it
Thu Jul 09, 2009 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JobMonApp not Successfully shutdown
Replies: 4
Views: 2340

Nothing is run on the system
by go4it
Thu Jul 09, 2009 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JobMonApp not Successfully shutdown
Replies: 4
Views: 2340

Nothing is run on the system
by go4it
Thu Jul 09, 2009 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JobMonApp not Successfully shutdown
Replies: 4
Views: 2340

JobMonApp not Successfully shutdown

Hi,

Could somebody give some info on what needs to be done from the below error messages

JobMonApp not Successfully shutdown with SIGTERM trying SIGKILL

Please advice.

Many thanks

M
by go4it
Mon Nov 24, 2008 11:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue logging into the Universe
Replies: 2
Views: 1155

RESOLVED

Thank you, I did try to source dsenv file and got the same error.

I restarted the engine and it worked fine.

Many thanks for your help.

M
by go4it
Mon Nov 24, 2008 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue logging into the Universe
Replies: 2
Views: 1155

Issue logging into the Universe

Hi All, The client has installed Information Server v8.0.1 on HP Unix, I tried to run the bin/uv command from the DSEngine path, I get the following error: /usr/lib/dld.sl: Can't open shared library: /builds/DSServer.src/server/release/uv/unix/lib/libicudt.sl /usr/lib/dld.sl: No such file or directo...
by go4it
Mon Oct 06, 2008 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: working the Mainframe data
Replies: 3
Views: 1526

working the Mainframe data

Hi All, Could you'll please advice on how to convert the Mainframe data (provided as flat files having either a QSAM/VSAM structures), it contains a mixture of Assembler data and Cobol data ? The Definition files is ebcidic and I have converted the structure into a flat file but I am unable to load ...
by go4it
Thu Aug 07, 2008 4:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Command stage to get filename from directory
Replies: 8
Views: 3526

Hi Barbara, Use a Command Stage and link it to a Seq. File Stage, To be done in the Stage Tab: In the Command Stage, pass the COMMAND (u you use ls command) and also teh directory from where you would like to get the file name, To be done in the Output Tab: Check the output link and then pass the fi...
by go4it
Thu Aug 07, 2008 3:43 am
Forum: General
Topic: How to detect server is running
Replies: 5
Views: 4217

Hi Jon, You could have a script that checks the does the following: $ netstat -na | grep 3153* The result would be TCP 0.0.0.0:31531 0.0.0.0:0 LISTENING TCP 0.0.0.0:31533 0.0.0.0:0 LISTENING TCP 0.0.0.0:31538 0.0.0.0:0 LISTENING If the above ports are LISTENING, then you could check $ ps -ef | grep ...
by go4it
Thu Aug 07, 2008 3:35 am
Forum: General
Topic: get filename
Replies: 6
Views: 1560

Hi Taufik,

You could write a BASIC routine to get the file name and populate the column for Server jobs.

Else you could design a job to get the file name by using the "Stage uses Filter Command" and then pass that on.

Hope this helps.

M
by go4it
Wed Jul 30, 2008 4:35 am
Forum: General
Topic: client and server connection Set up
Replies: 5
Views: 3111

Please do the following: 1. Check if your able to Telnet on to where the Server has been installed from the client machine. 2. Check if your able to connect to the "Web Console for IBM Information Server" should be the "http://<hostname>:9080/loginForm.jsp?displayForm=true" 3. Ch...