which codepage is used?



IBM OS/370, MVS, OS/390, Linux, TPF, VM/CMS, VM/ESA, VSE/ESA, z/VM, z/VSE, z/OS, z/OS.e etc...

Re: which codepage is used?

Postby BillyBoyo » Mon Oct 03, 2011 4:01 am

Or an FCB with the correct characters?
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: which codepage is used?

Postby dick scherrer » Mon Oct 03, 2011 7:10 am

Hello,

Another option might be to alter the program inserting the offending characters into the output to insert the "correct" characters.
As this is some 3rd Party software, might be tough.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: which codepage is used?

Postby steve-myers » Mon Oct 03, 2011 9:56 am

dick scherrer wrote:Hello,

Another option might be to alter the program inserting the offending characters into the output to insert the "correct" characters.
As this is some 3rd Party software, might be tough.
True. I didn't pickup there was vendor provided software here. It should be possible to discuss this matter with the vendor. Can the software create Postscript or PCL data directly, or is the volume so large it really needs to go to something like a 3900 printer? Pardon my ignorance about printers, but is there something that competes with the 3900 for workstation type computers?
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: which codepage is used?

Postby Mike1304 » Mon Oct 03, 2011 10:36 am

steve-myers wrote:
Robert Sample wrote:... you really need to contact the site support group to find out what translation tables have been set up for FTP already -- and especially if you need one added.
Ah, but the IP claims he is doing a binary transfer, which does not do character translation in FTP. Another translation issue is AFP data is a mix of EBCDIC character data and true binary data, so one does not want to translate this data unless it is clearly understood where binary ends and and character starts and for how long.

You got it!
EBCDIC is directly made on the server, AFP is a mix of EBCDIC and binary, so the transfer must be binary.
Mike1304
 
Posts: 36
Joined: Mon Feb 28, 2011 4:14 pm
Has thanked: 0 time
Been thanked: 0 time

Re: which codepage is used?

Postby Mike1304 » Mon Oct 03, 2011 11:32 am

Some more explanations:

I'm just installing and configuring the software on the server.
So I'm looking for the right parameters in the server software and do not want to change something on the host.

I found something about codepage converter:
http://publib.boulder.ibm.com/infocente ... epage.html
which looks like the parameter in the software and what it should do.

Thanks to all, I think I can test tomorrow some parameters,
even if I still not know, where to find the CCSID of the host.

best regards
Mike1304
Mike1304
 
Posts: 36
Joined: Mon Feb 28, 2011 4:14 pm
Has thanked: 0 time
Been thanked: 0 time

Re: which codepage is used?

Postby dick scherrer » Tue Oct 04, 2011 12:27 am

Good luck :)

We'll be interested to hear what happens,

d
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: which codepage is used?

Postby enrico-sorichetti » Tue Oct 04, 2011 1:26 am

googling for IBM EBCDIC CODEPAGES or ZOS EBCDIC CODEPAGES might come up with hints
usually, IIRC, the common codepages for the IBM mvs family were/are 037 or 500
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: which codepage is used?

Postby Mike1304 » Tue Oct 04, 2011 10:27 pm

intermediate report:

seams to be good:
The AFP-Parameter in the vendor software showed CP1148 instead of CP1141, which was a good explanation for the "}" instead of a "ü" .
But unfortunately, the change to CP1141 has no effect, maybe it's a bug in the softeware

...to be continued...
Mike1304
 
Posts: 36
Joined: Mon Feb 28, 2011 4:14 pm
Has thanked: 0 time
Been thanked: 0 time

Re: which codepage is used?

Postby Mike1304 » Thu Oct 06, 2011 12:42 am

next finding:

The change to CP1141 produces the right hex-codes for the special characters.
My irritation was caused from the AFP-Browser, which showed the wrong characters for the right hex-codes.

Now, I have to test with the AFP2PDF-converter and with a real 3800 printer.

If they do not work proper, I'll wonder again if 1141 is the right codepage.
Mike1304
 
Posts: 36
Joined: Mon Feb 28, 2011 4:14 pm
Has thanked: 0 time
Been thanked: 0 time

Previous

Return to Operating Systems