Problem Note 20835: Errors might occur when you run a task in SAS® Enterprise Guide® against a pre-assigned DB2 library in the z/OS environment
When you run a task in SAS Enterprise Guide against a pre-assigned DB2 library under z/OS, the following errors might appear in the SAS Enterprise Guide log:
2 OPTIONS PAGENO=MIN;
3 %eclibassign(DB2LIB,DB2,DB2,%str(schema='sasschema'
USER='sasuser' PASSWORD='password'
4 '));
ERROR 22-7: Invalid option name USER.
ERROR 22-7: Invalid option name PASSWORD.
WARNING: Libref DB2LIB could not be assigned
Note that the task completes successfully, despite the errors in the log.
You should complete the following steps to prevent the password from being displayed in the log:
- Open SAS® Management Console.
- Right-click DB2 library and select Properties.
- Select the Extended Attributes tab.
- Click New to add the attribute LoginMode with the value of
None.
- Click New again to add the attribute AssignMode with the value of
0
(Using a value of 0 gives a result
similar to being pre-assigned).
Although the following error will appear in your SAS log, the task will complete successfully.
WARNING: Apparent invocation of macro ECLIBASSIGN not resolved.
ERROR 180-322: Statement is not valid or it is used out of proper order.
2 OPTIONS PAGENO=MIN;
3 %eclibassign(DB2LIB,DB2,DB2,%str(schema='sasschema' ));
_
180
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Enterprise Guide | Microsoft Windows NT Workstation | 4.1 | 4.1.4 | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP4 |
Microsoft Windows XP Professional | 4.1 | 4.1.4 | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Professional | 4.1 | 4.1.4 | 9.1 TS1M3 SP1 | 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.
Type: | Problem Note |
Priority: | medium |
Topic: | Data Management ==> Data Sources ==> External Databases ==> DB2
|
Date Modified: | 2007-10-29 13:30:25 |
Date Created: | 2007-08-20 17:02:44 |