Define the Dynam/T catalog file and file is not found
search cancel

Define the Dynam/T catalog file and file is not found

book

Article ID: 187782

calendar_today

Updated On:

Products

Dynam for VSE Dynam VSE Option

Issue/Introduction

Attempting to define the Dynam/T catalog file. 

My steps are to:

  • define the catalog file in STDLABUS PROC
  • run the proc to update the STDLABUS
  • Verify the file exists on SYSWK1 by displaying the VTOC 

file is not defined.

I know I have space on SYSWK1  

As I understand it, the next step, once the file is defined,  would be to run the proc to initialize the CATALOG:


// EXEC DYNCAT,SIZE=128K

INITIAL DATASETS=500 SHARE=NO CISIZE=2048

Environment

Release : 7.1

Component : CA Dynam Family for z/VSE

Resolution

All you need to do is IPL in order for the new DYNAM labels in the STDLABUS.proc to be recognized by the JCL.


Then run your JCL and the DYNAM datasets will be initialized.
// EXEC DYNCAT,SIZE=128K

INITIAL DATASETS=500 SHARE=NO CISIZE=2048