Xerox D63-069-00 Implement idaPSS Profile updates, Implement JCL modifications for XES selection

Models: D63-069-00

1 72
Download 72 pages 62.87 Kb
Page 28
Image 28

Overlay library concatenation (XES overlays)

Implement idaPSS Profile updates

Selection of XES processing requires that the EXIT1 and EXIT8 options are inlcuded on the PRINTER (or DEFAULT statements). Both of these exits are used to process XES input datastream.

There are no additional idaPSS profile keywords that are required for control of XES to AFP processing.

Implement JCL modifications for XES selection

As supplied on the product tape, user selection of XES output is performed by using the OUTPUT DD PRMODE=XES. A sample invocation JCL is illustrated following:

//* INSERT

YOUR OWN JOB HEADER HERE

 

//*

 

 

//OUT

OUTPUT PRMODE=XES,

<- TELL PSS IT IS XES

//

NOTIFY=('??????'),

<- NOTIFY MYSELF WHEN PRINTED

//

DEST=PRT110

<- PRINTER

//*

 

 

//PRINT1

EXEC PGM=IEBGENER

 

//SYSUT1

DD DISP=SHR,DSN=YYYYY.XES.TESTA(XES)

//SYSUT2

DD SYSOUT=A,OUTPUT=*.OUT

 

//SYSIN

DD DUMMY

 

//SYSPRINT

DD SYSOUT=*

 

//*

 

 

Figure 6.

JCL Sample to print XES via idaPSS

 

 

 

idaPSS XES Exit Installation and Modification 31

Page 28
Image 28
Xerox D63-069-00 manual Implement idaPSS Profile updates, Implement JCL modifications for XES selection