Usage Note 22496: How can I read an MVS VB file with SAS under UNIX?
First, there are a variety of ways you can get the MVS file
to your UNIX machine. You can download the VB file to a tape and use 'dd'
on the UNIX machine to download the file. You can use SAS/CONNECT and PROC
DOWNLOAD to move the file to UNIX. Or you can use 'ftp', reformat the file
on MVS as RECFM=U, then BINARY transfer the file to UNIX. Once on the UNIX
system, in SAS 6.09 and later, you can use the RECFM=S370VB option in an INFILE
statement along with the LRECL setting, and SAS can process the file by reading
the RDW and BDW information present in the file.
Operating System and Release Information
| SAS System | N/A | ABI+ for Intel Architecture | n/a | |
| Linux on Itanium | n/a | |
| Tru64 UNIX | n/a | |
| Linux | n/a | |
| 64-bit Enabled Solaris | n/a | |
| HP-UX IPF | n/a | |
| Solaris | n/a | |
| HP-UX | n/a | |
| 64-bit Enabled HP-UX | n/a | |
| OpenVMS Alpha | n/a | |
| 64-bit Enabled AIX | n/a | |
| AIX | n/a | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | low |
| Date Modified: | 2002-12-16 10:56:46 |
| Date Created: | 2002-12-16 10:56:46 |