Search found 12 matches

by premkishore1983
Wed Aug 10, 2016 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 22013

Thanks Craig
by premkishore1983
Wed Aug 10, 2016 12:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 22013

Re: Scrubber (Job Control Code) Issue

Can admin change the subject of this topic to Characterset Issue, So that it will easy to search for any references?

When i try to change the subject, it is not getting changed.
by premkishore1983
Tue Aug 02, 2016 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 22013

Characterset Issue

Used the below code in the JCL & got the expected result (as like we got in our AIX box)

Code: Select all

EXECUTE "SET.SEQ.MAP ISO8859-1"
by premkishore1983
Thu Jul 21, 2016 1:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 22013

Thanks ArndW. Now the job is getting compiled & run successfully, but still the characterset conversion is not happening from Little Endian to Big Endian. File size is getting increased 2.5 times. My Linux admin tried to check whether big-endian (BE) version of Red Hat Enterprise Linux available...
by premkishore1983
Wed Jul 20, 2016 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 22013

I'm trying to convert the byte order to bid endian by using FORMAT.CONV, as like below FILE_NAME = SOURCE_DIR:"/":SOURCE_NAME:".new" FORMAT.CONV -u FILE_NAME GOSUB INIT * OPENSEQ SOURCE_DIR:"/":SOURCE_NAME:".src" TO F.SRC ELSE Call DSLogInfo('Unable to open ':...
by premkishore1983
Thu Jul 14, 2016 1:26 pm
Forum: General
Topic: Fallen Premium Poster: Kim Duke
Replies: 32
Views: 26465

Re: Fallen Premium Poster: Kim Duke

:cry: May his Soul rest in peace.
by premkishore1983
Thu Jul 07, 2016 11:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 22013

Thanks Craig for sharing the information on how little endian & big endian works. We get the Input file from Mainframe connect directed to our AIX server, Since the connection between the mainframe and Linux was not established yet, we scp'ed the input file from AIX to LINUX for testing our jobs...
by premkishore1983
Wed Jul 06, 2016 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 22013

Thanks for the reply Craig & Ray.

Can you please let me know where could i check the codeset / byte order issue. I mean whether this has to be checked at Datastage Level or OS level?
by premkishore1983
Tue Jul 05, 2016 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 22013

Hi All,

Good Morning,
Any suggestions to resolve this issue would be really helpful.
by premkishore1983
Fri Jul 01, 2016 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 22013

Input : 0000000 f1f0 f6f1 e3c1 40d4 4040 f0f0 f0f5 f0f0 0000020 f0f8 f9f9 f1f0 f4f5 f6f6 f1f4 f0f0 f0f5 0000040 f1f1 d9f6 c5c4 d6d4 e3d5 c9c5 d5c1 c440 0000060 4040 f2f0 f0f4 f0f0 02f1 8120 0c01 5001 0000100 3053 c33c f3f2 d2f4 40c3 2040 2020 2020 0000120 AIX OutPut : 0000000 f1f0 f6f1 e3c1 40d4 404...
by premkishore1983
Thu Jun 30, 2016 1:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 22013

Thanks for the reply Chuck.

What do you mean by the codepage/characterset issue?
Can you please elaborate?

NLS Mapping was set to Project default (ISO8859-1) in both the environments.
by premkishore1983
Thu Jun 30, 2016 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 22013

Job Control Code Characterset Issue

Hi All, Currently I'm in the process of migrating the datastage codes from DS9.1 (mounted in AIX) to DS11.3 (mounted in Red Hat 4.4.7-16). Below universal code is written for scrubbing/converting particular position of characters of incoming EBCIDIC file into spaces. It is working fine in Datastage9...