![]() | ![]() | ![]() | ![]() | ![]() |
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:
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.
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
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 |