Installing CCS 15.0. We do not use zFS datasets as in job AW003ALU. Do you have an HFS version for this job?
search cancel

Installing CCS 15.0. We do not use zFS datasets as in job AW003ALU. Do you have an HFS version for this job?

book

Article ID: 185375

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS

Issue/Introduction

Common Services 15.0 provides allocation job for zFS filesystems. Availability for comparable job for HFS allocation.

Environment

Release : 15.0

Product : CA Common Services for z/OS

Component : JAVA2Z : JAVA to z/OS Service

Cause

zFS filesystems are not utilized...need sample HFS job

Resolution

Here is example JCL that can be used in place of SAMPJCL(AW003ALU)


//JOBCARD
//*                                                                     
//*-------------------------------------------------------------------* 
//*         Allocate the HFS files                                    * 
//*-------------------------------------------------------------------* 
//*                                                                     
//ALLOCHFS  EXEC PGM=IEFBR14                       
//HFS1      DD DSN=USSFSHLQ.CCSHFS.HFS,     
//             DISP=(NEW,CATLG,DELETE),UNIT=3390,
//             DSNTYPE=HFS,SPACE=(CYL,(225)),   
//             VOL=SER=xxxxxx,DCB=DSORG=PO       
//HFS2      DD DSN=USSFSHLQ.CEG1HFS1.HFS,     
//             DISP=(NEW,CATLG,DELETE),UNIT=3390,
//             DSNTYPE=HFS,SPACE=(CYL,(125)),   
//             VOL=SER=xxxxxx,DCB=DSORG=PO       
//*

In the following job, SAMPJCL(AW006MKD), make the following change and addition to the steps that MOUNT each filesystem.

Change ---> TYPE(ZFS)
Addition -> PARM('AGGRGROW')