Sample JCL RUNCKMNT to run CKMOUNT - syncsort_capacity_management - 12.60

Syncsort™ Capacity Management Installation Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort™ Software
Product
Syncsort™ Capacity Management
Version
12.60
Language
English
Product name
Syncsort™ Capacity Management
Title
Syncsort™ Capacity Management Installation Guide
Copyright
2024
First publish date
1985
Last edition
2024-07-17
Last publish date
2024-07-17T13:15:33.732951
//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).