Xerox D63-069-00 manual Fssdef FSSNAME=IDAXFC,PROC=IDAXFC,HASPFSSM=HASPFSSM

Models: D63-069-00

1 72
Download 72 pages 62.87 Kb
Page 17
Image 17

FSSDEF FSSNAME=IDAXFC,PROC=IDAXFC,HASPFSSM=HASPFSSM

The following example indicates a JES2 FSS definition for JES2 versions after 4.1.

FSS(IDAXFC) PROC=IDAXFC,

HASPFSSM=HASPFSSM

Note: When more than one FSS is defined, a unique PROC name is required for each definition

2.Generate the JES2 printer definition

The following example indicates a JES2 printer definition for JES2 versions prior to 4.1.

PRT1 FSS=IDAXFC,

MODE=FSS,PRMODE=(LINE,PAGE),

CLASS=J,DRAIN,

UCS=0,

WS=(W,R,Q,PRM,LIM/F,UCS,FCB,P)

The following example indicates a JES2 printer definition for JES2 versions 4.1 or higher.

 

 

/*

*/

PRT(1)

FSS=IDAXFC,

/* FUNCTIONAL SUBSYSTEM NAME

*/

 

MODE=FSS,

/* Started by FSS

*/

 

CLASS=J,

/* Class

*/

 

CKPTPAGE=20,

/* Max page before a checkpoint

*/

 

DRAIN,

/* Drained at initialization

*/

 

ROUTECDE=U7,

/* Routecode

*/

 

UCS=0,

/* Ucs

*/

 

PRMODE=(PAGE,LINE),

/* Printer mode

*/

 

WS=(W,R,Q,PRM,LIM/F,UCS,FCB,P)

 

PRT(2)

FSS=IDAXFC,

 

 

 

MODE=FSS,PRMODE=(LINE,PAGE),

 

CLASS=J,DRAIN,

UCS=0,

WS=(W,R,Q,PRM,LIM/F,UCS,FCB,P)

Consult the relevant JES publications for further information on the above parameters.

To permit the distribution of print to a specific printer unit, a route code definition should be supplied with the printer definition. This can be performed using the ROUTCDE= statement.

When a JES2 DESTID statement is also added as shown following, it is possible to directly address a specific printer with the use of the DEST parameter on the SYSOUT or OUTPUT statements.

PRT(1) FSS=IDAXFC,

MODE=FSS,

PRMODE=(LINE,PAGE),

CLASS=J,DRAIN,

UCS=0,

WS=(W,R,Q,PRM,LIM/F,UCS,FCB,P),

ROUTECDE=U1111

DESTID(PCPRT1) DEST=U1111

Both FSS and printer definitions can also be dynamically added to JES2 during normal op- eration. Define the FSS proc first prior to defining any specific printers. The following JES2 commands are indicated as examples only, and will require modifications to meet your in- stallation requirements. These examples of JES2 operator commands assume the avail- ability of a PROCLIB member IDAXFC.

ADD FSS(FSS1),PROC=IDAXFC

ADD PRT20,MODE=FSS,FSS=FSS1,MODE=FSS,PRM=(LINE,PAGE),UCS=0,WS=(....

Consult the relevant JES publications for further information on the above parameters.

20 ida XFC Installation Guide

Page 17
Image 17
Xerox D63-069-00 manual Fssdef FSSNAME=IDAXFC,PROC=IDAXFC,HASPFSSM=HASPFSSM