I will  try that. Thank you.

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Rugen, Len
Sent: Tuesday, June 05, 2018 8:54 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Help with PSF printer.

I think GF15 if "folded", so if the 15 point font is upper cast, try changing 
that to GT15.

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Ward, Mike S
Sent: Tuesday, June 5, 2018 8:42 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Help with PSF printer.

"-//IPPRTR70 EXEC PGM=APSPPIEP,REGION=6M,TIME=1440,PARM=(,,,,TCPIP)"

All we have a proc that uses the above PSF program and the printdev statements 
below. I have been looking through all the PSF documentation searching for how 
to print lower case on that printer. We have lowercase printout that seems to 
fold to uppercase. The printer is not an FSS printer it's just a plain old IP 
printer. All printout seems to work fine except that lowercase folds to upper 
case. I have looked through the pseglib documentation and the fontlib docs, but 
I can't seem to find anything that tells you how to print lowercase. Can you 
help out? Just point me to some docs that explains how to do the lowercase. I 
don't mind researching, I'm just at a loss as to where to look. Any help 
appreciated.

TIA Mike.



"//PRT70    PRINTDEV FONTDD=*.FONT01, /* FONT     LIBRARY DD          */
"//          OVLYDD=*.OLAY01,         /* OVERLAY  LIBRARY DD          */
"//          PSEGDD=*.PSEG01,         /* SEGMENT  LIBRARY DD          */
"//          PDEFDD=*.PDEF01,         /* PAGEDEF  LIBRARY DD          */
"//          FDEFDD=*.FDEF01,         /* FORMDEF  LIBRARY DD          */
"//          JOBHDR=*.JOBHDR,         /* JOB HEADER SEPARATOR         */
"//          JOBTRLR=*.JOBTLR,        /* JOB TRAILER SEPARATOR        */
"//          DSHDR=*.DSHDR,           /* DATA SET HEADER              */
"//          MESSAGE=*.MSGDS,         /* MESSAGE DATA SET OUTPUT      */
"//          PAGEDEF=38511,           /* WAS A06462                   */
'//          FORMDEF=A10111,          /* DEVICE FORMDEF DEFAULT       */
'//          CHARS=(GF15,             /* DEVICE                   @H1C*/
"//          GS12),                   /* DEFAULT FONT SET         @H1C*/
"//          PIMSG=YES,               /* ACCUMULATE DATA SET          */
"//          DATACK=BLOCK,            /* WAS UNBLOCK ON 10/16/13  @H7A*/
"//          SETUP=FORMS,             /* REPORT ALL DATA-CHECK    @H7A*/
"//          TRACE=NO,                /* BUILD INTERNAL TRACE     @H3C*/
"//          FAILURE=WCONNECT,        /* ACTION ON PRTR FAILURE       */
"//          TIMEOUT=REDRIVE,         /* ACTION ON TIMEOUT            */
"//          MGMTMODE=OUTAVAIL,       /* PRTR MANAGEMENT MODE         */
"//          CONNINTV=0,              /* ADDED 03/22/10               */
"//          PORTNO=5001,             /* ADDED 03/22/10               */
"//          DISCINTV=15,             /* DISCONNECT INV IN SECS       */
"//          IPADDR='172.21.13.101'   /* IP ADDRESS                   */
"//PRT70     ENDCNTL

==========================
This email, and any files transmitted with it, is confidential and intended 
solely for the use of the individual or entity to which it is addressed. If you 
have received this email in error, please notify the system manager. This 
message contains confidential information and is intended only for the 
individual named. If you are not the named addressee, you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this message by mistake and delete 
this e-mail from your system. If you are not the intended recipient, you are 
notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this information is strictly prohibited.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

==========================
This email, and any files transmitted with it, is confidential and intended 
solely for the use of the individual or entity to which it is addressed. If you 
have received this email in error, please notify the system manager. This 
message contains confidential information and is intended only for the 
individual named. If you are not the named addressee, you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this message by mistake and delete 
this e-mail from your system. If you are not the intended recipient, you are 
notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this information is strictly prohibited.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to