Reading a EBCIDIC file from UNIX command line ?

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
n_suresh_82
Premium Member
Premium Member
Posts: 19
Joined: Mon Jun 23, 2008 7:28 am

Reading a EBCIDIC file from UNIX command line ?

Post by n_suresh_82 »

Is there any Data stage command line utility to read the EBCIDIC file from UNIX command line using command line utilities like orcadmin with the help of schema files?

For e.g. in AB Initio, we can view the data in the COBOL file with the help of metadat i.e.. DML and the source file (from the UNIX command line)
Suresh
singhald
Participant
Posts: 180
Joined: Tue Aug 23, 2005 2:50 am
Location: Bangalore
Contact:

Post by singhald »

i dont think till now we have any such utility to read ebsidic file.

Please share more informaiton if any one find such utility
Regards,
Deepak Singhal
Everything is okay in the end. If it's not okay, then it's not the end.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Why necessarily "from command line"? You can use the Sequential File stage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

The UNIX command is dd. It will convert to ascii if you want.
Mamu Kim
Post Reply