Problem Note 38080: Errors occur when you assign a new library to a SAS/SHARE® server
If you try to assign a new library from a PC client to a remote mainframe server via SAS/SHARE® software, the following errors occur in the client machine's SAS log:
ERROR: Libname libref is not assigned.
ERROR: Error in the LIBNAME statement.
ERROR 23-7: Invalid value for the ROPTIONS option.
These errors occur when you use the ROPTIONS= option in a LIBNAME statement in code similar to the following:
options comamid=tcp set=tcpsec _prompt_;
libname libref 'SAS-data-library' server=node-name.server-ID
username=user-ID password=password
rengine=engine-name roptions="space=(trk,(20,20))
unit=sysda disp=(new,catlg)";
run;
Note:The RENGINE= option is also required when you use the ROPTIONS= option.
If you run the LIBNAME statement in an interactive SAS session that runs on the mainframe, the library is allocated successfully.
The SAS/SHARE server's log reflects the following errors when you use RENGINE=V9 and RENGINE=REMOTE, respectively:
ERROR: RI TERM: Unexpected failure occurred: RESOURCE POSTED.
ERROR: The SAS/SHARE remote engine and the SAS/SHARE server may not both be
active in a single SAS session.
Currently, there is no circumvention except to pre-allocate the library on the mainframe or to use an existing library.
Operating System and Release Information
| SAS System | SAS/SHARE | z/OS | 9.1 TS1M3 SP4 | |
| Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 SP4 | |
| Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP4 | |
| Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP4 | |
| Microsoft Windows 2000 Server | 9.1 TS1M3 SP4 | |
| Microsoft Windows 2000 Professional | 9.1 TS1M3 SP4 | |
| Microsoft Windows NT Workstation | 9.1 TS1M3 SP4 | |
| Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows XP Professional | 9.1 TS1M3 SP4 | |
| Windows Vista | 9.1 TS1M3 SP4 | |
| 64-bit Enabled AIX | 9.1 TS1M3 SP4 | |
| 64-bit Enabled HP-UX | 9.1 TS1M3 SP4 | |
| 64-bit Enabled Solaris | 9.1 TS1M3 SP4 | |
| HP-UX IPF | 9.1 TS1M3 SP4 | |
| Linux | 9.1 TS1M3 SP4 | |
| Linux on Itanium | 9.1 TS1M3 SP4 | |
| OpenVMS Alpha | 9.1 TS1M3 SP4 | |
| Solaris for x64 | 9.1 TS1M3 SP4 | |
| Tru64 UNIX | 9.1 TS1M3 SP4 | |
*
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.
ERROR: Libname libref is not assigned.
ERROR: Error in the LIBNAME statement.
ERROR 23-7: Invalid value for the ROPTIONS option.
| Type: | Problem Note |
| Priority: | medium |
| Date Modified: | 2010-02-23 13:47:22 |
| Date Created: | 2009-12-08 20:33:58 |