Attempting to define the Dynam/T catalog file.
My steps are to:
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
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