Using the OPUT Command to Copy Members from a PDS or PDSE to a UNIX File

In a TSO/E session, you can use the OPUT command to copy the following data sets:
Example: The example in Figure 1 uses OPUT to copy member MEM1 in XMP17U36.PDSE01 to the UNIX file, MEM2 in the special directory.
Figure 1. Using OPUT to Copy Members of a PDS or PDSE to a UNIX File
OPUT 'XPM17U36.PDSE01(MEM1)' '/u/BIGPROG/macros/special/MEM2'

Related reading: For the OPUT syntax, see z/OS UNIX System Services Command Reference or the TSO/E Help.