You can use the zSeries File System (zFS) or hierarchical file system (HFS) for Pax-Enhanced ESD downloads.
This procedure details how to perform the following tasks:
Important! USS commands are case-sensitive.
To allocate and mount the file system
//ALCHFS EXEC PGM=IEFBR14 //CAESD DD DSN=yourHFS dataset name, // DISP=(NEW,CATLG,DELETE),UNIT=3390, // DSNTYPE=HFS,SPACE=(CYL,(primary,secondary,1))
The HFS is allocated.
cd /u/maint/ mkdir CA cd CA mkdir CAESD
Note: This document refers to this structure as yourUSSESDdirectory.
The mount point is created.
MOUNT FILESYSTEM('yourHFS dataset name')
MOUNTPOINT('yourUSSESDdirectory')
TYPE(HFS) MODE(RDWR)
The file system is mounted.
chmod -R 775 /yourUSSESDdirectory/
Write access is granted.
Note: For more information about the chmod command, see the IBM z/OS UNIX System Services User Guide (SA22-7802).
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |