CL Command Reference - CHGTAPF
CL Command List > CHGTAPF Reference
Description:
The Change Tape File (CHGTAPF) command changes the attributes of the specified tape device file.
Examples:
Example 1: Changing the Tape File Description
CHGTAPF FILE(TAPE01) LABEL(TUESDAY)
This command changes the description of the tape device file named TAPE01. The LABEL parameter now contains the data file identifier TUESDAY.
Example 2: Enabling a Tape File to Process DBCS Data
CHGTAPF FILE(IGCLIB/IGCTAP) IGCDTA(*YES)
This command changes the tape file IGCTAP, which is stored in the library IGCLIB, so that the file processes double-byte character set data.