How to move the EPIC Catalog and Recorder file and increase the size?
search cancel

How to move the EPIC Catalog and Recorder file and increase the size?

book

Article ID: 23266

calendar_today

Updated On:

Products

EPIC Fastcat VSE EPIC for z/VSE

Issue/Introduction

How to increase the size of the EPIC Catalog or Recorder file?

 

Environment

Component: EPIC-Disk Management

Resolution

These sample Jobs are used to move the CATALOG:

  • CATMOVE1 (uses VSE labels)
  • CATMOVE2 (uses DD statements)

LIBR can be used to punch the jobs:

// EXEC    LIBR  
   ACCESS SUBLIB=LIB.SUBLIB
  PUNCH CATMOVE1.SAMPJOB
/*                                        

These jobs may be used to move the RECORDER file:

  • RECMOVE1 (uses VSE labels)
  • RECMOVE2 (uses DD statements)

LIBR can be used to punch the jobs

// EXEC LIBR    
   ACCESS SUBLIB=LIB.SUBLIB    
   PUNCH RECMOVE1.SAMPJOB      
/*

Sample jobs and procedures are distributed with the EPIC product.  ures are supplied on the Epic distribution tape.            

* It is important that EPIC is turned off in all machines that share the catalog/recorder file, except the machine that is using to move the Recorder file to avoid updates to these files while the update is taking place. Pause all partitions or stop your scheduler to prevent jobs from running and updating the catalog while the MOVE takes place.