Download HOBCOM
Transcript
TERMINAL-CONTROL-TABLE FOR HOBCOM __________________________HOBCOM under VM/CMS XPRPDEF NAME=FORM2,LABEND=PPFORM2E,LPP=36,SPACING=10 DC AL1(81) length of next print record DC X'06' feed DC 80C'-' line DC AL1(2) lenght of next print record DC X'0140' feed PFORM2E EQU * 2) Hex values can be passed to the printer, in order to be able to use special functions. 80 characters per line are to be output: XPRPDEF NAME=FSP10H,FEATURE=HEX,SPACING=10 or XCFOR ABB=FSP10H,PAR=FF028000150A 3) 80 is to be the maximum line length and 24 lines per page are to be printed: XCFOR ABB=LEN80,PAR=FF1650110018 44