Previous Topic: Sample FSS DefinitionNext Topic: PRTnnnn DD Statements


Step 3. Define a VIEW Archiver PROC

Before starting a CA View VIEW archiver, you must have a cataloged startup PROC in SYS1.PROCLIB or a procedure library concatenated to it. This PROC specifies initialization parameters and libraries that contain system and installation resources for the VIEW archiver.

Example JCL for VIEW

VIEW Startup PROC
//CBRMSFVC  EXEC PGM=SARFSS,TIME=1440,REGION=2M
//STEPLIB   DD DISP=SHR,DSN=CAI.CVDELOAD
//SYSUDUMP  DD SYSOUT=A
//SARINDEX  DD DISP=SHR,DSN=VIEW.SARINDEX
//PRT15     DD DISP=SHR,DSN=VIEW.PARMLIB(PRT15)
//SARLOG    DD SYSOUT=A                         (OPTIONAL)
//SARACT    DD DISP=SHR,DSN=VIEW.SARACT         (OPTIONAL)
//SARXCTAB  DD DISP=SHR,DSN=VIEW.SARXCTAB       (OPTIONAL)

Note: For more information about coding these statements, see the chapter "Archival" in the Reference Guide.