A more detailed description regarding the installation of an FSS can be found in Chapter 3.24 of the CA-Spool Initialization and Customization Guide, Version 10.0.

The remainder of the installation procedure is identical to the installation required in conjunction with the JES2 or JES3 spool systems. Refer to "Sample IDAXFC Proce- dure" for a listing of a sample CA-Spool startup Proc.

Reinitialize The System

It should be possible to dynamically add all necessary system definitions using MVS oper- ator console commands (authorized) to start idaXFC, e.g.

APF member changes (T PROG=xx, for SYS1.PARMLIB member PROGxx)

PPT member changes (T SCH=xx, for SYS1.PARMLIB member SCHxx)

JES FSS and printer definitions

Security modifications (as required)

For earlier versions of MVS, an IPL may be required to implement the PPT changes. A JES COLD start will be required to permanently add FSS and Printer definition changes.

Consult relevant IBM publications for further information.

Install idaXFC PROCLIB Member

A proclib definition is required that will be referenced when the idaXFC is started using the JES printer start command. The proclib selected must be defined in the JES2 startup PROC. The used member name must match the name supplied in the JES2/JES3 or CA-Spool PROC printer definition. A sample initialization PROC with accompanying pa- rameters is defined in "IDAXFC Control Profile Description" on page 23. Refer to this chap- ter regarding relevant customization options supplied in IDAXFC profile control statements.

Once the startup PROC is placed in the appropriate startup library, you will be able to ini- tialize the idaXFC.

Sample IDAXFC Procedure

The following example indicates a sample IDAXFC procedure:

//***************************************************************

//**

 

**

//**

IDA XFC (C) I-DATA INTERNATIONAL A/S 1998

**

//**

 

**

//**

STARTUP PROCEDURE

**

//**

 

**

//***************************************************************

//IDAXFC

PROC

//IDAXFC

EXEC PGM=IDAXFC,TIME=1440

//STEPLIB

DD DISP=SHR,DSN=YYYYY.IDAXFC.APF.LINKLIB

//SYSPROF

DD DISP=SHR,DSN=YYYYY.IDAXFC.JCLLIB(IDAPROF)

//SYSUDUMP

DD SYSOUT=E

//PRT1LOG

DD SYSOUT=E

//PRT3LOG

DD SYSOUT=E

//*

 

//FONT300

DD DISP=SHR,DSN=YYYYY.IDAPSS.FONT300

//DD DISP=SHR,DSN=SYS1.FONTLIB

//DD DISP=SHR,DSN=SYS11.FONTLIBB //OVLY38PP DD DISP=SHR,DSN=YYYYY.IDAXFC.AFPLIB

//XESLIB

DD DISP=SHR,DSN=YYYYY.IDAXFC.XESLIB

//*

 

Figure 3. IDAXFC PROCLIB Invocation Procedure

22 ida XFC Installation Guide

Page 19
Image 19
Xerox D63-069-00 manual Sample Idaxfc Procedure, Reinitialize The System, Install idaXFC Proclib Member