Example
95
6. Use the SEU editor so that the table only contains the simple
commands wanted.
In the modified table, ‘0C’X is an ASCII formfeed, 0C hex, for example.
Save the modified member as PTXPGL, or some name you choose which
identifies its function.
7. Create the WSCST object using the CRTWSCST command. This
object will be called for either LPR or Queue print use.
Columns . . . : 1 71 Edit QGPL/QTXTSRC
SEU==> PTXPGL
FMT ** ...+... 1 ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 ...+... 7
*************** Beginning of data *************************************
0001.00 :WSCST DEVCLASS=TRANSFORM.
0002.00
0003.00 :TRNSFRMTBL.
0004.00 :RESETPRT
0005.00 DATA =’0C’X.
0006.00 :SPACE
0007.00 DATA =’20’X.
0008.00 :CARRTN
0009.00 DATA =’0D’X.
0010.00 :FORMFEED
0011.00 DATA =’0C’X.
0012.00 :LINEFEED
0013.00 DATA =’0A’X.
0014.00 :EWSCST.
****************** End of data ****************************************