ARCHPROC TRACK= parameter question
search cancel

ARCHPROC TRACK= parameter question

book

Article ID: 273646

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

In the process of converting over to the new OPSLOG archive facility, what is the value that must be set for the parameter TRACK in the ARCHPROC JCL procedure?

 

Environment

Release : 14.0

Resolution

You don't need to set anything in the ARCHPROC JCL regarding the parameter TRACKS. Just let is as below:

//ARPROC   PROC SSID=,                                
//             LOGNAME=,                              
//             TRACK=                                 
//ARCHPROC EXEC PGM=OI,                               
//             PARM='ARCHNTRK &SSID,&LOGNAME,&TRACK'  

When OPS triggers an archive it will pass the estimated size in tracks of the OPSLOG archive dataset. For example, at the time OPS starts automatically this procedure you will see something like below:

//STARTING EXEC ARCHPROC,SSID=OPSS,LOGNAME='OPSLOG',TRACK=(500,500)