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)
STEPLIB DD
The CA View load library must be in an authorized STEPLIB concatenation or in an LNKLSTxx library.
SARINDEX DD
SARINDEX specifies PDS members containing the VIEW control statements.
Note: For more information about coding these statements, see the chapter "Archival" in the Reference Guide.
|
Copyright © 2013 CA.
All rights reserved.
|
|