About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
CMS File System: Packed Files
CMS has the concept of a packed file. These are files that have be compressed using the PACK option of the CMS COPYFILE command, or by using the SET PACK ON command in XEDIT.
What makes packed files a bit unusual is that the support for it isn't imbedded in the file system itself. It's really just a specific file format. The low-level CMS file system read/write APIs aren't performing the unpack/pack operation. It's in the application that's reading or writing the files.
Since most CMS applications (and CMS commands) don't understand the packed file format, you have to unpack the file before you read it.
If you download and install the HSX package from the VM Download Library into your CMS environment, it will intercept the file system APIs and handle the pack/unpack operations transparently.
Format
UNDER CONSTRUCTION
The information provided, and views expressed on this site are my own and do not represent the IBM Corporation.