Previous Topic: Order of Media AccessNext Topic: COMM=XCF


Implementing the Centera Access Server

The Centera access server is a started task.

Follow these steps:

  1. Add member SARCAS to one of your JES-defined procedure libraries (for example SYS1.PROCLIB).
  2. Model it on the following started task procedure (also see the sample at the end of this section).
    //SARCAS PROC
    
    //SARCAS EXEC PGM=SARCAS,TIME=1440,PARM=('parm1','parm2',...)
    
    //STEPLIB DD DSN=CAI.CVDELOAD,DISP=SHR
    
    //        DD DSN=CAI.CEN31544.PROGLIB.OPT,DISP=SHR
    
    //SYSUDUMP DD SYSOUT=A
    

Be aware of the following:

The parameter field contains the initialization parameters, separated by commas. These parameters are described in the sections that follow.