Table of Contents
- 1. Introduction
- 2. Co:Z Launcher Installation
- 3. Co:Z Launcher Configuration
- 4. Running the Co:Z Launcher
- 5. Co:Z Cookbook
- 6. Running Dataset Pipes
- 7. Dataset Pipes Examples
- 7.1. Copy an HFS or zFS file to an MVS dataset
- 7.2. Copy to an MVS dataset, overriding target DCB attributes
- 7.3. Copy to an MVS dataset, truncating long lines
- 7.4. Copy to a PDS member
- 7.5. Specifying dataset names
- 7.6. Copying user input to the end of an exiting dataset
- 7.7. Copy an MVS dataset (PDS member) to an HFS file
- 7.8. Copy an MVS dataset using DISP=SHR
- 7.9. Copy one MVS dataset to another
- 7.10. Copy one MVS dataset to another using the same attributes
- 7.11. Copy one MVS non-text dataset to another
- 7.12. Copy an ASCII HFS file to an EBCDIC MVS dataset
- 7.13. Copy an MVS dataset from one z/OS system to another over an SSH connection
- 7.14. From a workstation, download a MVS dataset over an SSH connection
- 7.15. From a workstation, upload an MVS dataset (PDS member) over an SSH connection
- 8. Problem Determination
- 9. Frequently Asked Questions
- A. Command Reference
- catsearch — Co:Z utility to list z/OS catalogs
- cozclient — run a zos command from a remote system via ssh
- dsn_profile — profile information for dataset-name patterns
- fromdsn — write the contents of a z/OS dataset to stdout
- fromfile — write the contents of a z/OS POSIX file to stdout
- lookupccsid — Co:Z utility to return the coded character set identifier (CCSID) associated with a character set
- lsjes — Co:Z utility to display JES job and spool file status
- pdsdir — Co:Z utility to list Partitioned dataset members and their statistics, if available.
- safauth — Co:Z utility to check the current user's authorization to a SAF (RACF) resource.
- saf-ssh-agent — Co:Z utility to enable ssh client authetication via SAF/RACF Digital Certificates
- showtrtab — Co:Z utility to display a translation table
- toasa — read a stream of data from stdin converting ASCII form-feed characters to ASA carriage control characters in stdout
- todsn — read a stream of data from stdin and write records to a z/OS dataset
- tofile — read a stream of data from stdin and write to a z/OS POSIX file
- wto — Co:Z utility to issue a Write To Operator (WTO) from USS.
- zsym — Co:Z utility to list system symbol values.
- B. Client Authentication Mechanisms
- C. Co:Z Environment Variables
- D. Setting up a test OpenSSH system on z/OS
- E. Compiling the Co:Z target system sources
- F. License
- G. References