Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!ecngs!feeder2.ecngs.de!newsfeeder.ewetel.de!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.190 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.66; '*S*': 0.04; 'cc:addr:python-list': 0.11; 'python': 0.11; 'accounting,': 0.16; 'fiddle': 0.16; 'sadly': 0.16; 'subject:UTF': 0.16; 'terribly': 0.16; 'unpack': 0.16; 'url:py': 0.16; 'wrote:': 0.18; 'trying': 0.19; '>>>': 0.22; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'skip': 0.24; 'url:home': 0.24; 'mon,': 0.24; 'environment': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; "i'm": 0.30; 'code': 0.31; '>>>>': 0.31; 'run': 0.32; 'worked': 0.33; 'fri,': 0.33; "can't": 0.35; 'there': 0.35; 'ibm': 0.36; 'charset:us-ascii': 0.36; 'subject:?': 0.36; 'pm,': 0.38; '12,': 0.39; 'corporation': 0.61; 'you.': 0.62; 'kind': 0.63; 'more': 0.64; 'to:addr:gmail.com': 0.65; 'life': 0.66; 'retail': 0.68; 'business': 0.70; 'led': 0.72; 'banks': 0.74; 'jul': 0.74; 'url:app': 0.84; '2013,': 0.91; 'as400': 0.91; 'corporations': 0.91; 'joel': 0.91; 'imagine': 0.93; '2013': 0.98 Date: Mon, 15 Jul 2013 17:48:52 -0500 (CDT) From: Wayne Werner X-X-Sender: wayne@gilgamesh To: Kev Dwyer Subject: Re: UTF-EBCDIC encoding? In-Reply-To: References: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373928542 news.xs4all.nl 15905 [2001:888:2000:d::a6]:58296 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50714 On Mon, 15 Jul 2013, Kev Dwyer wrote: > Joel Goldstick wrote: > >> On Fri, Jul 12, 2013 at 3:12 PM, Skip Montanaro wrote: >> >>>> I can't help you. I'm astonished. Trying to imagine the work >>> environment >>>> where this technology would be necessary >>> >>> http://www.iseriespython.com/app/ispMain.py/Start?job=Home >>> >>> Skip >>> >> I remember the AS400 series.. although I never worked with one. What kind >> of business still use that stuff? Is it for large corporation accounting, >> MIS stuff? >> >> > > Some banks still run legacy systems on AS/400s, and I've seen them used for > airline booking systems and retail POS. Sadly there are many larger corporations that have oodles of legacy code on the Mainframe. We run z/OS and IBM DB2 here. In my off time I fiddle around with Python in an attempt to make life more enjoyable - and one of these forays has led me to attempt to unpack some packed data. Which is also an interesting (if not terribly useful) project. -W