On Tue, 18 Sep 2007 12:08:58 -0400, Lizette Koehler <[EMAIL PROTECTED]> wrote:
>I had one of these a long time ago written in assembler. > >I am looking for a pgm that will create a BLOCK of a LETTER Do you want an assembler-callable program, or one entirely in REXX? I have the latter if you want. For assembler-callable, other people have suggested IEFSD095, but there is another routine in JES2 that produces different and perhaps nicer letters. It's not ready-to-call, but you can trivially snip out the important bits and turn it into a standalone module. It's in SYS1.SHASSRC(HASPPRPU), or wherever your local naming convention would put this routine. Search for "BLOCK LETTER". I can't post it here because it's IBM proprietary. However the routine hasn't changed in any significant way for around 30 years, so the public domain version at http://www.mainframe.eu/mvs38/asm/HASPSRC/HASPPRPU is just as good a base. Tony H. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

