I-Data ReRouter User Manual

Page 29

Advertising
background image

Configuration
ida ReRouter

29

/**********************************************************************/
/* */
/* IDA AFP EXEC Version 6 Release 01 - (C) Copyright I-data A/S 1994 */
/* Process parm and transfer them to IDA AFP virtual machine */
/* */
/* Dependencies: LIST3820, LIST38PP */
/* PSEG3820, PSEG38PP, PSEG300 */
/* OVLY3820, OVLY38PP */
/* and normal files (line data files) */
/* */
/**********************************************************************/

FSSUSER = 'PSS1' /* USERID OFF VIRTUAL MACHINE PRINTING */

/* filetypes used by the program for xxxx3820 types */

list3820 = 'LIST3820'
ovly3820 = 'OVLY38PP'
fdef3820 = 'FDEF38PP'
pdef3820 = 'PDEF38PP'
pseg3820 = 'PSEG38PP' /* point to normal pictures */
font3820 = 'FONT300B' /* point to normal fonts */

/* Default values */

ch0 = '' /* parm values */
ch1 = ''
ch2 = ''
ch3 = ''
copy = '0'
formdef = ''
pagedef = ''
overlay = ''
cc = 'NOCC'
trc = ''
duplex = ''
bin = ''
xoffset = '9999' /* 9999 will use profile offset */
yoffset = '9999'
orient = ''
prid = '' /* printer name */
class = ''
fcb = ''
prmode = ''
pimsg = '20'
picnt = '0'
datack = 'U'

/* Types that will get CC on if nothing is specifyed */

cctype.1 = 'LISTING'
cctype.2 = 'PLI'
cctype.3 = 'LIST3800'
cctype.4 = '3800'
cctype.5 = '1403'

Sample PSS EXEC (part)

Advertising