Sample JCL RUNCKMNT to run CKMOUNT - syncsort_capacity_management - 12 - 12.40

Syncsort Capacity Management Installation Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort
Product
Syncsort Capacity Management
Version
12.40
Language
English
Product name
Syncsort Capacity Management
Title
Syncsort Capacity Management Installation Guide
Topic type
How Do I
Copyright
2023
First publish date
1985
//ATHENE JOB <JOB CARD PARAMETERS>
//* This job will attempt to mount a USS file system.
//* The mount point name must exactly match a directory in the root
//* structure of USS and is case sensitive
//* CKMOUNT sets a return code of zero if all OK
//* or if the file system is already mounted.
//* If it failed for some other reason the return code is set to 12
//MOUNTIT EXEC PGM=IKJEFT01,REGION=4M,
// PARM='CKMOUNT HFS.ATHENE /Syncsort Capacity Management Core' <=== FILENAME,
MOUNTPOINT
//SYSTSPRT DD SYSOUT=*
//SYSEXEC DD DSN=METRON.AVMvvvv.JCLLIB, <=== SAMPLE JCL LIBRARY
// DISP=SHR
//SYSTSIN DD DUMMY
//

 

You might want to make this the first step of your normal collection job (RUNTYPE=COLLECT).