1 - 25 of 103 results
Previous   |    1 , 2, 3 ... Last   |    Next >
Sort by:
Date | Relevance

2013-02-08

49052 - "WARNING: Data set TEST.XXX has a foreign format. Associated files, such as index files, cannot be cported" might be received with PROC CPORT- Usage Note

Running PROC CPORT to create a transport file from a SAS data set that was created on a different operating system generates a warning if there are associated files that cannot be added to the transport file.

http://support.sas.com/kb/49/052.html, 32KB

2013-01-07

22688 - How can I specify the correct DCB characteristics for a transport file whose destination is MVS/TSO ? It originated on another operating system.- Usage Note

Mistakes in defining the file characteristics or DCB (Data Control Block) characteristics of the transport file to the operating system at the time of file transfer to MVS are an important cause of the following error ...

http://support.sas.com/kb/22/688.html, 29KB

2010-04-28

38379 - In SASŪ 9.3, Base SAS data sets are interoperable between Microsoft Windows 64-bit and Microsoft Windows 32-bit operating systems- Usage Note

Beginning with SASŪ 9.3, you can read, write, and update Windows 32-bit data sets in Windows 64-bit SAS and Windows 64-bit SAS data sets in Windows 32-bit SAS. <p> Catalogs are unaffected by this change and require ...

http://support.sas.com/kb/38/379.html, 31KB

2009-10-05

24454 - Using SASŪ 9 for Windows to directly read a file that is created by SASŪ 9 for UNIX- Usage Note

You can use SASŪ 9 for Windows to directly read a file that is created by SASŪ 9 for UNIX.

http://support.sas.com/kb/24/454.html, 27KB

2009-07-28

35657 - Migrating from OpenVMS Alpha Server Environments to OpenVMS on HP Integrity Servers- Usage Note

Hewlett-Packard offers the following links for making an easy transition from OpenVMS Alpha to OpenVMS on HP Integrity: HP's OpenVMS homepage for OpenVMS Transition Overview Transition Modules Transition Tools ...

http://support.sas.com/kb/35/657.html, 26KB

2009-07-24

36619 - SAS 6.09E (zOS) libraries can be migrated to SAS 9.1.3 with the MIGRATE procedure- Usage Note

This note clarifies a restriction in the Base SAS 9.1.3 Procedures Guide regarding SAS 6.09E libraries that were created under z/OS.

http://support.sas.com/kb/36/619.html, 26KB

2009-06-08

36075 - "Browser and Platform Reports already exists" might occur when using the Batch Import Tool to import packages- Problem Note

The following error might occur when importing packages into SASŪ Management Console: com.sas.report.repository.RepositoryDuplicateNameException: Browser and Platform Reports already exists. at com.sas.report. ...

http://support.sas.com/kb/36/075.html, 28KB

2009-05-06

35595 - I created SAS data sets under Windows for Itanium. Can I use the data sets under Windows for x64?- Usage Note

This note covers SAS files that were created under Microsoft Windows for 64-bit Itanium-based systems, and processed under Windows for x64.

http://support.sas.com/kb/35/595.html, 27KB

2009-03-12

24018 - Can multiple versions of SASŪ software coexist on one computer?- Usage Note

Most SAS products can install side-by-side with a previous version. See Peaceful Coexistence: Multiple SASŪ Releases.

http://support.sas.com/kb/24/018.html, 26KB

2008-12-10

22698 - What does the error "ERROR: Encrypted data is invalid" mean?- Usage Note

The error message "ERROR: Encrypted data is invalid" generally means that at least one file in a directory was renamed to new extensions that are not appropriate for the release of SAS they were created by; that is, . ...

http://support.sas.com/kb/22/698.html, 27KB

2008-10-03

22697 - "ERROR: Encrypted data is invalid" occurs with PROC CPORT- Usage Note

The following error usually means that data set or catalog you are attempting to CPORT has become corrupted: "ERROR: Encrypted data is invalid" It is possible that the file has been renamed using the DOS rename ...

http://support.sas.com/kb/22/697.html, 27KB

2008-07-14

24456 - When I migrate a file from 32-bit to 64-bit UNIX, does the file size change?- Usage Note

In general, when you use PROC MIGRATE to migrate a 32-bit library to a 64-bit library, the SAS file size can increase slightly. The increase can occur for the following reasons: The size of the descriptor information ...

http://support.sas.com/kb/24/456.html, 27KB

2008-01-28

22738 - What does ERROR: Member or library unavailable for use in file libref.&&&&&&.data mean?- Usage Note

This message is commonly seen on the the personal computer or UNIX platforms when the transport file has not had the record attribute Carriage Return Carriage Control removed before moving it to the new machine. You ...

http://support.sas.com/kb/22/738.html, 26KB

2008-01-28

22747 - Do you have any examples of reading a transport file on OpenVMS made by PROC CPORT containing catalogs or a combination of catalogs and data sets?- Usage Note

In the following examples, we are assume that the transport file made by the CPORT procedure is the same or lower release than your OpenVMS release of SAS. Note: PROC CIMPORT cannot read or process a transport file ...

http://support.sas.com/kb/22/747.html, 27KB

2008-01-28

22744 - Do you have any examples of creating a transport file containing SAS data sets originating on OpenVMS to go to another destination operating system?- Usage Note

In the following examples, assume you are running Release 6.08 of the SAS System at TS405 level or higher. The examples use the CC=NONE option as appropriate. If you are running Release 6.08 on OpenVMS/VAX at the TS ...

http://support.sas.com/kb/22/744.html, 28KB

2008-01-28

22734 - What can I do when the DIR/FULL DCL command on OpenVMS reports that the record attribute is "Carriage return carriage control" for a transport file?- Usage Note

While OpenVMS can read a transport file with or without this attribute, other hosts will not be able read a transport file created with this file characteristic. The record attribute must be removed from the transport ...

http://support.sas.com/kb/22/734.html, 28KB

2008-01-28

22728 - Do you have any examples of reading/unpacking a transport file containing SAS data sets on VM/CMS from another operating system?- Usage Note

Example 1: The next program reads a transport file from tape containing SAS data sets. cms filedef tran tap1 nl (recfm fb lrecl 80 blksize 8000; run; libname tran xport; libname mylib 'a'; proc copy ...

http://support.sas.com/kb/22/728.html, 28KB

2008-01-28

22727 - Do you have any examples of creating a transport file with PROC CPORT to move catalogs or a combination of catalogs and data sets from VM/CMS to another destination operating system?- Usage Note

In the following examples, we are assuming you are moving SAS files from a lower release to a higher release. Example 1: When exporting SAS catalogs to tape, you can use the following approach. The TAPE option ...

http://support.sas.com/kb/22/727.html, 28KB

2008-01-28

22724 - How can I specify the correct file characteristics when creating a transport file on VM/CMS?- Usage Note

What are common mistakes creating transport files on VM? How can I specify the correct file characteristics when creating a transport file on VM/CMS? A transport file for moving SAS data sets can be created by any of ...

http://support.sas.com/kb/22/724.html, 29KB

2008-01-28

22718 - Do you have any examples of reading/unpacking a transport file containing SAS data sets on UNIX from either a noncompatible UNIX operating system or another foreign originating operating system?- Usage Note

Example 1: The transport file was made on the originating machine with PROC COPY or a DATA step with the XPORT engine, PROC COPY with the SASV5XPT engine on PC Release 6.03/6.04 or PROC XCOPY. The libref TRANS ...

http://support.sas.com/kb/22/718.html, 28KB

2008-01-28

22726 - Do you have any examples of creating a transport file containing SAS data sets originating on VM/CMS to go to another destination operating system?- Usage Note

Example 1: In this example, we are writing the transport file to tape. First, mount the tape using the appropriate command at your site. The tape should be nonlabeled. Next, execute the following program, ...

http://support.sas.com/kb/22/726.html, 29KB

2008-01-28

22716 - Do you have any examples of creating a transport file containing SAS data sets originating on UNIX to take to another system, either a noncompatible UNIX operating system or another foreign destination operating system?- Usage Note

Example 1: This example creates a data set transport file on tape. Only one data set, JUL91, is copied. The tape device name in this example is '/dev/tape1'. This example assumes that the tape has an LRECL=80 ...

http://support.sas.com/kb/22/716.html, 29KB

2008-01-28

22720 - What UNIX platforms are compatible with the 68K Mac and/or a PowerMAC that I can use the same SAS data set as is on both platforms without using any transport methods?- Usage Note

You can use the extension of the data set and the release number of SAS on 68K Mac and/or a PowerMAC to assist you in grouping UNIX compatible plaforms. The MIPS ABI platforms like SGI are running Release 6.10 and have ...

http://support.sas.com/kb/22/720.html, 27KB

2008-01-28

22717 - Do you have any examples of creating a transport file with PROC CPORT to move catalogs or a combination of catalogs and data sets from UNIX to another system, either a noncompatible UNIX operating system or another foreign destination operating system?- Usage Note

In the following examples, we are assuming you are moving SAS files from a lower release to a higher release. Example 1: In this example, we are copying all the catalogs in the directory referenced by the libref ...

http://support.sas.com/kb/22/717.html, 28KB

1 - 25 of 103 results
Previous   |    1 , 2, 3 ... Last   |    Next >