16.12.2012 Views

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Usage notes<br />

that the TO1047 part of the specified character conversion table will be used.<br />

This operand is optional. If this operand is omitted, the system copies the data<br />

without conversion.<br />

You can use this option for singlebyte data, but not for doublebyte data.<br />

Specify the CONVERT value as one of the following:<br />

character_conversion_table<br />

Specify one of the following:<br />

v data_set_name(member_name). Specifies the name of the partitioned<br />

data set (PDS) and the name of the member that contains the character<br />

conversion table.<br />

v data_set_name. Specifies the name of the partitioned data set (PDS)<br />

that contains the character conversion table. The table is the FROM1047<br />

part in member BPXFX000. (This is an alias; when shipped by IBM, it<br />

points to BPXFX111.)<br />

v (member_name). Specifies the name of the conversion table to be used.<br />

It is a member of a PDS. Since the data_set_name is omitted, the<br />

standard library concatenation is searched for the table. (The default<br />

library is SYS1.LINKLIB.)<br />

The following list summarizes what you can specify when you want to<br />

convert data to a different code page when copying singlebyte data:<br />

– BPXFX100. Null character conversion table. Use this table if the<br />

square brackets at your workstation are at the same code points as<br />

the square brackets on code page 1047 (it is the default). Also use it<br />

if you are using a DBCS terminal.<br />

– BPXFX111. Specifies a non-APL conversion table to convert between<br />

code pages IBM-037 and IBM-1047.<br />

– BPXFX211. Specifies an APL conversion table to convert between<br />

code pages IBM-037 and IBM-1047.<br />

– BPXFX311. Specifies an ASCII-EBCDIC conversion table to convert<br />

between code pages ISO8859-1 and IBM-1047.<br />

YES<br />

The system will perform conversion and use the default conversion table<br />

(BPXFX000) in the system library concatenation. (BPXFX000 is an alias;<br />

when shipped by IBM, it points to BPXFX111.)<br />

NO<br />

Specifies no conversion. NO is the same as omitting the CONVERT<br />

operand.<br />

OPUT<br />

1. If the specified file does not exist, OPUT creates a new file. For a new text file,<br />

the mode (permission bits) is 600. When the mode is 600, the user has read<br />

and write access; others have nothing. For a new binary file, the mode<br />

(permission bits) is 700. When the mode is 700, the user has read, write, and<br />

execute access; others have nothing.<br />

2. If the specified file exists, the new data overwrites the existing data. The mode<br />

of the file is unchanged.<br />

3. You can use OPUT to copy a program object from a PDSE to the file system,<br />

and it will be executable there. If you have a load module in a partitioned data<br />

set, however, you must first use the IEBCOPY program to copy the load module<br />

from a partitioned data set to a PDSE and then subsequently use OPUT to copy<br />

Chapter 3. TSO/E commands 867

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!