IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

French accent printing problem


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Karthikeyan J

New User


Joined: 19 Dec 2006
Posts: 16
Location: Mumbai

PostPosted: Tue Oct 09, 2007 9:33 pm
Reply with quote

Hi,

I am trying to print a file containing frech accents using a JCL. The Printer is identified by SYSOUT=A in the DD statement. But the printfile produced have blanks where ever there is a french accent symbol.

I guess i need to include some additional parameters to be used by PSF to interpret the french accents coorectly and print them.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Oct 10, 2007 10:49 am
Reply with quote

Well, I think (however don't consider thses as last word) your Printer drivers do not have French Character set.
Back to top
View user's profile Send private message
Karthikeyan J

New User


Joined: 19 Dec 2006
Posts: 16
Location: Mumbai

PostPosted: Wed Oct 10, 2007 9:28 pm
Reply with quote

Anuj,

Thanks a lot for your reply. I think i need to provide more information.
We are using PSF in our installation. The characters sent from mainframe are in EBCDIC and they are converted to ASCII using translation tables in PSF.
I need to specify which translation tables are to be used in the CHARS parameter of SYSOUT to handle french accents. There could be other keywords for specifying the same information.

I am looking for these keywords / values.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Oct 15, 2007 1:25 pm
Reply with quote

Hi Karthikeyan,

By PSF, I think, you mean 'Print Services Facility', which is an IBM licensed AIX program that produces printer command from the data sent to it.

and

Print Services Facility (PSF). The access method that supports the 3800 Printing Subsystem Models 3 and 8. PSF can interface either directly to a user's application program or indirectly through the Job Entry Subsystem (JES) of MVS.

I used AFP to use different 'character-sets' such as 'French' in your case.

P.S.:This, follow-up reply from me, might not help you much, however, may provide a hint to think a bit 'out of box'.
Back to top
View user's profile Send private message
Karthikeyan J

New User


Joined: 19 Dec 2006
Posts: 16
Location: Mumbai

PostPosted: Sat Oct 20, 2007 2:51 am
Reply with quote

Anuj,

My PSF seems to indirectly interface through JES. I am interested in learning how you used AFP to use different chracter sets.
Could you please elaborate on that giving the JCL statements used?

Thanks in advance.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Oct 20, 2007 4:35 am
Reply with quote

to control any printer, the jcl statement "OUTPUT" is used

Code:

//outdef OUTPUT .....
//sysprint dd sysout=a,output=(*.outdef)


the output statement should contain all the info needed to identify
for IP:printway and FSS supported printers all the parameters

see
JCL guide
JCL reference
IP Printway manuals
PSF manuals

speak also with the network/system support group on how to specify the
right parameters
Back to top
View user's profile Send private message
Harm10

New User


Joined: 13 Oct 2007
Posts: 10
Location: Holland

PostPosted: Mon Oct 22, 2007 3:07 am
Reply with quote

As there are a lot of problems to identify in this like connections, translations and software used that will potentially interfere in the printing of special characters, there is a practical way to get to the character you want.
It's not very sophisticated but it will work!
Just create a printing line (or lines) that contains all hex values (maybe leave out the lower segment because these contain printer control characters) in normal order and print this line. Then find the character you want and trace it back to the hex value you put in there.

This will also work to identify translations you were not aware of!
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Oct 25, 2007 9:37 pm
Reply with quote

Did you get some solution Karthikeyan.

Quote:
I am interested in learning how you used AFP to use different chracter sets

Try this link for the above, may be helpful.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Problem with IFTHEN=(WHEN=GROUP,BEGIN... DFSORT/ICETOOL 5
No new posts Need to add field to copybook, proble... COBOL Programming 14
Search our Forums:

Back to Top