********************************************************************** * COPYRIGHT 1995 THE UNIVERSITY OF DELAWARE. ALL RIGHTS RESERVED. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * TITLE......: is the largest point size .. down to
**

is a little more than 2x the text size and works for me ******************************************************************** RESET #SCRIPT(*) COMPRESS '' ' University Of Delaware MIS DEMO home page 1 ' '

Dynamically Generated HTML Data Screens

' #CRLF H'0000' INTO #SCRIP01 LEAVING NO SPACE MOVE 'M' TO #CTYPE /* send but do not close, More to be sent CALL 'NATSVAL' #HPORT #TPORT #IPADDR #CTYPE #SCRIP01 ******************************************************************** RESET #SCRIP01 COMPRESS 'This screen was generated on demand by a Natural program.' ' We have created a number of Mosaic screens with embedded' ' images and/or forms using Natural on our MVS mainframe.' #CRLF H'0000' INTO #SCRIP01 /* LEAVING NO SPACE MOVE 'M' TO #CTYPE /* send but do not close, More to be sent CALL 'NATSVAL' #HPORT #TPORT #IPADDR #CTYPE #SCRIP01 ******************************************************************** RESET #SCRIP01 COMPRESS '
' '
' 'Please direct comments or questions to' '' ' John.Fenimore@mvs.udel.edu ' '' H'0D150000' INTO #SCRIP01 LEAVING NO SPACE MOVE 'L' TO #CTYPE /* last send has EOM on end ***************************** ESCAPE ROUTINE ******************************************************************* ********************************************************************** ON ERROR /*SK COMPRESS *PROGRAM ' LINE ' *ERROR-LINE ' ERR NUM ' *ERROR H'0D1500' INTO #SCRIP01 MOVE ' ' TO #CTYPE ESCAPE ROUTINE END-ERROR END